Uses of Package
org.jdesktop.animation.transitions

Packages that use org.jdesktop.animation.transitions
org.jdesktop.animation.transitions   
org.jdesktop.animation.transitions.effects   
 

Classes in org.jdesktop.animation.transitions used by org.jdesktop.animation.transitions
ComponentState
          The structure stores the state of a given transition component that will be used during the transition, which includes the position, the size, and the image snapshot of the component.
Effect
          This is the base class for all effects that are used during screen transitions.
EffectsManager.TransitionType
          An enum that describes the type of transition that this effect should be used for.
TransitionTarget
          This interface is implemented by the "target" of ScreenTransition.
 

Classes in org.jdesktop.animation.transitions used by org.jdesktop.animation.transitions.effects
ComponentState
          The structure stores the state of a given transition component that will be used during the transition, which includes the position, the size, and the image snapshot of the component.
Effect
          This is the base class for all effects that are used during screen transitions.