Uses of Class
org.jdesktop.animation.timing.TimingSource

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

Uses of TimingSource in org.jdesktop.animation.timing
 

Methods in org.jdesktop.animation.timing with parameters of type TimingSource
 void Animator.setTimer(TimingSource timer)
          Sets a new TimingSource that will supply the timing events to this Animator.
 void TimingEventListener.timingSourceEvent(TimingSource timingSource)
          This method is called by the TimingSource object while the timer is running.