Uses of Class
org.smallmind.nutsnbolts.layout.Gap
-
Packages that use Gap Package Description org.smallmind.nutsnbolts.layout -
-
Uses of Gap in org.smallmind.nutsnbolts.layout
Methods in org.smallmind.nutsnbolts.layout that return Gap Modifier and Type Method Description static GapGap. valueOf(String name)Returns the enum constant of this type with the specified name.static Gap[]Gap. 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 Gap Modifier and Type Method Description SerialBoxParaboxLayout. serialBox(Gap gap)SerialBoxParaboxLayout. serialBox(Gap gap, boolean greedy)SerialBoxParaboxLayout. serialBox(Gap gap, Justification justification)SerialBoxParaboxLayout. serialBox(Gap gap, Justification justification, boolean greedy)SerialBoxSerialBox. setGap(Gap gap)Constructors in org.smallmind.nutsnbolts.layout with parameters of type Gap Constructor Description SerialBox(ParaboxLayout layout, Gap gap)SerialBox(ParaboxLayout layout, Gap gap, boolean greedy)SerialBox(ParaboxLayout layout, Gap gap, Justification justification)SerialBox(ParaboxLayout layout, Gap gap, Justification justification, boolean greedy)
-