Uses of Class
com.jgoodies.animation.AnimationEvent.Type
-
Packages that use AnimationEvent.Type Package Description com.jgoodies.animation Contains the core types of the JGoodies Animation library. -
-
Uses of AnimationEvent.Type in com.jgoodies.animation
Fields in com.jgoodies.animation declared as AnimationEvent.Type Modifier and Type Field Description private AnimationEvent.Type
AnimationEvent. type
Describes the state change of the animation: started or stopped.Methods in com.jgoodies.animation that return AnimationEvent.Type Modifier and Type Method Description AnimationEvent.Type
AnimationEvent. type()
Returns the event type: started or stopped.static AnimationEvent.Type
AnimationEvent.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AnimationEvent.Type[]
AnimationEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.jgoodies.animation with parameters of type AnimationEvent.Type Constructor Description AnimationEvent(Animation source, AnimationEvent.Type type, long time)
Constructs anAnimationEvent
for the initiating animation, event type, and time.
-