public static enum UI2dContainer.Layout extends Enum<UI2dContainer.Layout>
Enum Constant and Description |
---|
HORIZONTAL |
HORIZONTAL_GRID |
NONE |
VERTICAL |
VERTICAL_GRID |
Modifier and Type | Method and Description |
---|---|
static UI2dContainer.Layout |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UI2dContainer.Layout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UI2dContainer.Layout NONE
public static final UI2dContainer.Layout VERTICAL
public static final UI2dContainer.Layout HORIZONTAL
public static final UI2dContainer.Layout VERTICAL_GRID
public static final UI2dContainer.Layout HORIZONTAL_GRID
public static UI2dContainer.Layout[] values()
for (UI2dContainer.Layout c : UI2dContainer.Layout.values()) System.out.println(c);
public static UI2dContainer.Layout valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullLX library by Mark C. Slee. © 2012-2020