public static enum StyleConstants.SpriteOrientation extends java.lang.Enum<StyleConstants.SpriteOrientation>
Enum Constant and Description |
---|
FROM |
NODE0 |
NODE1 |
NONE |
PROJECTION |
TO |
Modifier and Type | Method and Description |
---|---|
static StyleConstants.SpriteOrientation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StyleConstants.SpriteOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleConstants.SpriteOrientation NONE
public static final StyleConstants.SpriteOrientation FROM
public static final StyleConstants.SpriteOrientation NODE0
public static final StyleConstants.SpriteOrientation TO
public static final StyleConstants.SpriteOrientation NODE1
public static final StyleConstants.SpriteOrientation PROJECTION
public static StyleConstants.SpriteOrientation[] values()
for (StyleConstants.SpriteOrientation c : StyleConstants.SpriteOrientation.values()) System.out.println(c);
public static StyleConstants.SpriteOrientation 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 null