public static enum IconNodeWidget.TextOrientation extends java.lang.Enum<IconNodeWidget.TextOrientation>
| Enum Constant | Description |
|---|---|
BOTTOM_CENTER |
|
RIGHT_CENTER |
| Modifier and Type | Method | Description |
|---|---|---|
static IconNodeWidget.TextOrientation |
valueOf(java.lang.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()
for (IconNodeWidget.TextOrientation c : IconNodeWidget.TextOrientation.values()) System.out.println(c);
public static IconNodeWidget.TextOrientation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.