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