public static enum AnimatorPack.Direction extends Enum<AnimatorPack.Direction>
Modifier and Type | Method and Description |
---|---|
static AnimatorPack.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnimatorPack.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnimatorPack.Direction LEFT
public static final AnimatorPack.Direction TOP
public static final AnimatorPack.Direction RIGHT
public static final AnimatorPack.Direction BOTTOM
public static AnimatorPack.Direction[] values()
for (AnimatorPack.Direction c : AnimatorPack.Direction.values()) System.out.println(c);
public static AnimatorPack.Direction 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