Uses of Interface
org.jdesktop.animation.transitions.TransitionTarget

Packages that use TransitionTarget
org.jdesktop.animation.transitions   
 

Uses of TransitionTarget in org.jdesktop.animation.transitions
 

Constructors in org.jdesktop.animation.transitions with parameters of type TransitionTarget
ScreenTransition(javax.swing.JComponent transitionComponent, TransitionTarget transitionTarget, org.jdesktop.animation.timing.Animator animator)
          ` Constructor that takes an Animator that will be used to drive the ScreenTransition.
ScreenTransition(javax.swing.JComponent transitionComponent, TransitionTarget transitionTarget, int duration)
          Constructor that takes a simple duration.