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