Uses of Class
org.smallmind.nutsnbolts.layout.Alignment
-
Packages that use Alignment Package Description org.smallmind.nutsnbolts.layout -
-
Uses of Alignment in org.smallmind.nutsnbolts.layout
Methods in org.smallmind.nutsnbolts.layout that return Alignment Modifier and Type Method Description AlignmentParallelBox. getAlignment()static AlignmentAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static Alignment[]Alignment. 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 Alignment Modifier and Type Method Description ParallelBoxParaboxLayout. parallelBox(Alignment alignment)ParallelBoxParallelBox. setAlignment(Alignment alignment)Constructors in org.smallmind.nutsnbolts.layout with parameters of type Alignment Constructor Description ParallelBox(ParaboxLayout layout, Alignment alignment)
-