Uses of Class
org.jdesktop.animation.transitions.EffectsManager.TransitionType

Packages that use EffectsManager.TransitionType
org.jdesktop.animation.transitions   
 

Uses of EffectsManager.TransitionType in org.jdesktop.animation.transitions
 

Methods in org.jdesktop.animation.transitions that return EffectsManager.TransitionType
static EffectsManager.TransitionType EffectsManager.TransitionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EffectsManager.TransitionType[] EffectsManager.TransitionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jdesktop.animation.transitions with parameters of type EffectsManager.TransitionType
static void EffectsManager.clearEffects(EffectsManager.TransitionType transitionType)
          This method clears all effects for the specified transitionType.
static Effect EffectsManager.getEffect(javax.swing.JComponent component, EffectsManager.TransitionType transitionType)
          This method is called during the setup phase for any transition.
static void EffectsManager.removeEffect(javax.swing.JComponent component, EffectsManager.TransitionType transitionType)
          This method removes an effect for the specified (if it exists) from the manager for the specified transitionType.
static void EffectsManager.setEffect(javax.swing.JComponent component, Effect effect, EffectsManager.TransitionType transitionType)
          This method is used to cache a custom effect on a per-component basis for the application.