public static enum SwitchAnimationUtil.AnimationType extends java.lang.Enum<SwitchAnimationUtil.AnimationType>
Enum Constant and Description |
---|
ALPHA |
FLIP_HORIZON |
FLIP_VERTICAL |
HORIZION_LEFT |
HORIZION_RIGHT |
HORIZON_CROSS |
ROTATE |
SCALE |
Modifier and Type | Method and Description |
---|---|
static SwitchAnimationUtil.AnimationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwitchAnimationUtil.AnimationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwitchAnimationUtil.AnimationType ALPHA
public static final SwitchAnimationUtil.AnimationType ROTATE
public static final SwitchAnimationUtil.AnimationType HORIZION_LEFT
public static final SwitchAnimationUtil.AnimationType HORIZION_RIGHT
public static final SwitchAnimationUtil.AnimationType HORIZON_CROSS
public static final SwitchAnimationUtil.AnimationType SCALE
public static final SwitchAnimationUtil.AnimationType FLIP_HORIZON
public static final SwitchAnimationUtil.AnimationType FLIP_VERTICAL
public static SwitchAnimationUtil.AnimationType[] values()
for (SwitchAnimationUtil.AnimationType c : SwitchAnimationUtil.AnimationType.values()) System.out.println(c);
public static SwitchAnimationUtil.AnimationType 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