Uses of Enum
com.blackrook.gui.layout.GridLayout.Orientation
Packages that use GridLayout.Orientation
-
Uses of GridLayout.Orientation in com.blackrook.gui.layout
Subclasses with type arguments of type GridLayout.Orientation in com.blackrook.gui.layoutModifier and TypeClassDescriptionstatic enumThe orientation type of how to place the objects as they are added.Fields in com.blackrook.gui.layout declared as GridLayout.OrientationModifier and TypeFieldDescriptionprotected GridLayout.OrientationGridLayout.orientationOrientation of object placement.Methods in com.blackrook.gui.layout that return GridLayout.OrientationModifier and TypeMethodDescriptionstatic GridLayout.OrientationReturns the enum constant of this type with the specified name.static GridLayout.Orientation[]GridLayout.Orientation.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.blackrook.gui.layout with parameters of type GridLayout.OrientationModifierConstructorDescriptionGridLayout(int rows, int columns, float padding, GridLayout.Orientation orientation) Creates a new GridLayout.GridLayout(int rows, int columns, GridLayout.Orientation orientation) Creates a new GridLayout.