Uses of Package
org.jdesktop.animation.timing

Packages that use org.jdesktop.animation.timing
org.jdesktop.animation.timing Core classes of the Timing Framework; these classes provide the base functionality that all animations will use. 
org.jdesktop.animation.timing.interpolation Provides a mechanism for animating object properties between different values. 
org.jdesktop.animation.timing.triggers Provides simple mechanism for starting Animators when specific events occur. 
 

Classes in org.jdesktop.animation.timing used by org.jdesktop.animation.timing
Animator.Direction
          Direction is used to set the initial direction in which the animation starts.
Animator.EndBehavior
          EndBehavior determines what happens at the end of the animation.
Animator.RepeatBehavior
          RepeatBehavior determines how each successive cycle will flow.
TimingEventListener
          This interface is implemented by any object wishing to receive events from a TimingSource object.
TimingSource
          This class provides a generic wrapper for arbitrary Timers that may be used with the Timing Framework.
TimingTarget
          This interface provides the methods which are called by Animator during the course of a timing sequence.
 

Classes in org.jdesktop.animation.timing used by org.jdesktop.animation.timing.interpolation
Animator
          This class controls animations.
TimingTarget
          This interface provides the methods which are called by Animator during the course of a timing sequence.
TimingTargetAdapter
          Implements the TimingTarget interface, providing stubs for all TimingTarget methods.
 

Classes in org.jdesktop.animation.timing used by org.jdesktop.animation.timing.triggers
Animator
          This class controls animations.
TimingTarget
          This interface provides the methods which are called by Animator during the course of a timing sequence.