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

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

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

Methods in org.jdesktop.animation.timing that return Animator.RepeatBehavior
 Animator.RepeatBehavior Animator.getRepeatBehavior()
          Returns the Animator.RepeatBehavior of the animation.
static Animator.RepeatBehavior Animator.RepeatBehavior.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Animator.RepeatBehavior[] Animator.RepeatBehavior.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.RepeatBehavior
 void Animator.setRepeatBehavior(Animator.RepeatBehavior repeatBehavior)
          Sets the Animator.RepeatBehavior of the animation.
 

Constructors in org.jdesktop.animation.timing with parameters of type Animator.RepeatBehavior
Animator(int duration, double repeatCount, Animator.RepeatBehavior repeatBehavior, TimingTarget target)
          Constructor that sets the most common properties of a repeating animation.