public static enum IconNodeWidget.TextOrientation extends Enum<IconNodeWidget.TextOrientation>
| Enum Constant and Description |
|---|
BOTTOM_CENTER |
RIGHT_CENTER |
| Modifier and Type | Method and Description |
|---|---|
static IconNodeWidget.TextOrientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IconNodeWidget.TextOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IconNodeWidget.TextOrientation BOTTOM_CENTER
public static final IconNodeWidget.TextOrientation RIGHT_CENTER
public static IconNodeWidget.TextOrientation[] values()
public static IconNodeWidget.TextOrientation 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 null