public static enum CTSpriteShifter.CTType extends java.lang.Enum<CTSpriteShifter.CTType>
| Enum Constant and Description |
|---|
CROSS |
HORIZONTAL |
OMNIDIRECTIONAL |
VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
static CTSpriteShifter.CTType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CTSpriteShifter.CTType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CTSpriteShifter.CTType OMNIDIRECTIONAL
public static final CTSpriteShifter.CTType HORIZONTAL
public static final CTSpriteShifter.CTType VERTICAL
public static final CTSpriteShifter.CTType CROSS
public static CTSpriteShifter.CTType[] values()
for (CTSpriteShifter.CTType c : CTSpriteShifter.CTType.values()) System.out.println(c);
public static CTSpriteShifter.CTType 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