Uses of Class
org.jdesktop.animation.timing.Animator.EndBehavior

Packages that use Animator.EndBehavior
org.jdesktop.animation.timing Core classes of the Timing Framework; these classes provide the base functionality that all animations will use. 
 

Uses of Animator.EndBehavior in org.jdesktop.animation.timing
 

Methods in org.jdesktop.animation.timing that return Animator.EndBehavior
 Animator.EndBehavior Animator.getEndBehavior()
          Returns the Animator.EndBehavior of the animation, either HOLD to retain the final value or RESET to take on the initial value.
static Animator.EndBehavior Animator.EndBehavior.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Animator.EndBehavior[] Animator.EndBehavior.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jdesktop.animation.timing with parameters of type Animator.EndBehavior
 void Animator.setEndBehavior(Animator.EndBehavior endBehavior)
          Sets the behavior at the end of the animation.