public static enum Animation.RepeatBehavior extends Enum<Animation.RepeatBehavior>
Enum Constant and Description |
---|
LOOP
Each repeated cycle proceeds in the same direction
as the previous one.
|
REVERSE
Each repeated cycle proceeds in the opposite direction
as the previous one.
|
Modifier and Type | Method and Description |
---|---|
static Animation.RepeatBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Animation.RepeatBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Animation.RepeatBehavior LOOP
public static final Animation.RepeatBehavior REVERSE
public static Animation.RepeatBehavior[] values()
for (Animation.RepeatBehavior c : Animation.RepeatBehavior.values()) System.out.println(c);
public static Animation.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 nullCopyright © 2000-2002 Xerox Corporation. All Rights Reserved
Copyright © 2003 World Wide Web Consortium. All Rights Reserved
Copyright © 2004-2015 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.