Uses of Class
org.smallmind.nutsnbolts.layout.ParaboxElement
-
Packages that use ParaboxElement Package Description org.smallmind.nutsnbolts.layout -
-
Uses of ParaboxElement in org.smallmind.nutsnbolts.layout
Subclasses of ParaboxElement in org.smallmind.nutsnbolts.layout Modifier and Type Class Description classBoxParaboxElementclassComponentParaboxElement<C>Methods in org.smallmind.nutsnbolts.layout that return ParaboxElement Modifier and Type Method Description ParaboxElement<C>ParaboxContainer. constructElement(C component, Constraint constraint)ParaboxElement<?>ReorderedElement. getReorderedElement()Methods in org.smallmind.nutsnbolts.layout that return types with arguments of type ParaboxElement Modifier and Type Method Description protected LinkedList<ParaboxElement<?>>Box. getElements()Methods in org.smallmind.nutsnbolts.layout with parameters of type ParaboxElement Modifier and Type Method Description voidLayoutTailor. applyLayout(Bias bias, double position, double measurement, ParaboxElement<?> element)abstract doubleTapeMeasure. getMeasure(Bias bias, ParaboxElement<?> element, LayoutTailor tailor)Constructors in org.smallmind.nutsnbolts.layout with parameters of type ParaboxElement Constructor Description ReorderedElement(ParaboxElement<?> reorderedElement, int originalIndex)Constructor parameters in org.smallmind.nutsnbolts.layout with type arguments of type ParaboxElement Constructor Description BaselineCalculations(Bias bias, Double maximumOverrideMeasurement, double containerMeasurement, List<ParaboxElement<?>> elements, LayoutTailor tailor)
-