public static enum AnimationFunctions.InterpolationMode extends java.lang.Enum<AnimationFunctions.InterpolationMode>
Modifier and Type | Method and Description |
---|---|
static AnimationFunctions.InterpolationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnimationFunctions.InterpolationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnimationFunctions.InterpolationMode DISCRETE
public static final AnimationFunctions.InterpolationMode LINEAR
public static AnimationFunctions.InterpolationMode[] values()
for (AnimationFunctions.InterpolationMode c : AnimationFunctions.InterpolationMode.values()) System.out.println(c);
public static AnimationFunctions.InterpolationMode 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 nullCopyright © 2001-2011 JGoodies Karsten Lentzsch. All Rights Reserved.