public final class AnimatedSymbolRepeatType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static AnimatedSymbolRepeatType |
Loop
When done playing an animation cycle, repeat it from the beginning.
|
static AnimatedSymbolRepeatType |
None
When done playing an animation cycle, stop at the last frame.
|
static AnimatedSymbolRepeatType |
Oscillate
When done playing an animation cycle, repeat it in reverse.
|
| Modifier and Type | Method and Description |
|---|---|
static AnimatedSymbolRepeatType |
valueOf(java.lang.String name) |
static AnimatedSymbolRepeatType[] |
values() |
public static final AnimatedSymbolRepeatType None
public static final AnimatedSymbolRepeatType Loop
public static final AnimatedSymbolRepeatType Oscillate
public static AnimatedSymbolRepeatType[] values()
public static AnimatedSymbolRepeatType valueOf(java.lang.String name)