|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DrawableConstants.Orientation | |
---|---|
de.erichseifert.gral | Main classes. |
Uses of DrawableConstants.Orientation in de.erichseifert.gral |
---|
Methods in de.erichseifert.gral that return DrawableConstants.Orientation | |
---|---|
DrawableConstants.Orientation |
StackedLayout.getOrientation()
Returns whether the components will be laid out horizontally or vertically. |
static DrawableConstants.Orientation |
DrawableConstants.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DrawableConstants.Orientation[] |
DrawableConstants.Orientation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in de.erichseifert.gral with parameters of type DrawableConstants.Orientation | |
---|---|
StackedLayout(DrawableConstants.Orientation orientation)
Creates a new StackedLayout object with the specified orientation and default gap between the components. |
|
StackedLayout(DrawableConstants.Orientation orientation,
Dimension2D gap)
Creates a new StackedLayout object with the specified orientation gap between the components. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |