Uses of Class
org.smallmind.nutsnbolts.layout.Justification
-
Packages that use Justification Package Description org.smallmind.nutsnbolts.layout -
-
Uses of Justification in org.smallmind.nutsnbolts.layout
Methods in org.smallmind.nutsnbolts.layout that return Justification Modifier and Type Method Description JustificationSerialBox. getJustification()static JustificationJustification. valueOf(String name)Returns the enum constant of this type with the specified name.static Justification[]Justification. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smallmind.nutsnbolts.layout with parameters of type Justification Modifier and Type Method Description SerialBoxParaboxLayout. serialBox(double gap, Justification justification)SerialBoxParaboxLayout. serialBox(double gap, Justification justification, boolean greedy)SerialBoxParaboxLayout. serialBox(Gap gap, Justification justification)SerialBoxParaboxLayout. serialBox(Gap gap, Justification justification, boolean greedy)SerialBoxParaboxLayout. serialBox(Justification justification)SerialBoxParaboxLayout. serialBox(Justification justification, boolean greedy)SerialBoxSerialBox. setJustification(Justification justification)Constructors in org.smallmind.nutsnbolts.layout with parameters of type Justification Constructor Description SerialBox(ParaboxLayout layout, double gap, Justification justification)SerialBox(ParaboxLayout layout, double gap, Justification justification, boolean greedy)SerialBox(ParaboxLayout layout, Gap gap, Justification justification)SerialBox(ParaboxLayout layout, Gap gap, Justification justification, boolean greedy)SerialBox(ParaboxLayout layout, Justification justification)SerialBox(ParaboxLayout layout, Justification justification, boolean greedy)
-