public static enum AwesomeTextView.AnimationSpeed extends java.lang.Enum<AwesomeTextView.AnimationSpeed>
Modifier and Type | Method and Description |
---|---|
long |
getFlashDuration() |
long |
getRotateDuration() |
static AwesomeTextView.AnimationSpeed |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AwesomeTextView.AnimationSpeed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwesomeTextView.AnimationSpeed FAST
public static final AwesomeTextView.AnimationSpeed MEDIUM
public static final AwesomeTextView.AnimationSpeed SLOW
public static AwesomeTextView.AnimationSpeed[] values()
for (AwesomeTextView.AnimationSpeed c : AwesomeTextView.AnimationSpeed.values()) System.out.println(c);
public static AwesomeTextView.AnimationSpeed 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 nullpublic long getRotateDuration()
public long getFlashDuration()