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

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

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

Methods in org.jdesktop.animation.timing that return Animator.Direction
 Animator.Direction Animator.getStartDirection()
          Returns the initial direction for the animation.
static Animator.Direction Animator.Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Animator.Direction[] Animator.Direction.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.Direction
 void Animator.setStartDirection(Animator.Direction startDirection)
          Sets the startDirection for the initial animation cycle.