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