A C E F G H I M O P R S T U V

C

cleanup(Animator) - Method in class org.jdesktop.animation.transitions.Effect
Effect subclasses that create temporary objects for the transition (such as in the init() method) should override this method and clean up those resources.
cleanup(Animator) - Method in class org.jdesktop.animation.transitions.effects.CompositeEffect
 
cleanup(Animator) - Method in class org.jdesktop.animation.transitions.effects.FadeIn
 
cleanup(Animator) - Method in class org.jdesktop.animation.transitions.effects.FadeOut
 
cleanup(Animator) - Method in class org.jdesktop.animation.transitions.effects.Move
 
cleanup(Animator) - Method in class org.jdesktop.animation.transitions.effects.Rotate
 
cleanup(Animator) - Method in class org.jdesktop.animation.transitions.effects.Scale
 
clearAllEffects() - Static method in class org.jdesktop.animation.transitions.EffectsManager
This method clears the manager of all effects previously set.
clearEffects(EffectsManager.TransitionType) - Static method in class org.jdesktop.animation.transitions.EffectsManager
This method clears all effects for the specified transitionType.
ComponentState - Class in org.jdesktop.animation.transitions
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.
ComponentState(JComponent) - Constructor for class org.jdesktop.animation.transitions.ComponentState
Constructor, which takes the given component and derives the state information needed (location, size, and image snapshot)
CompositeEffect - Class in org.jdesktop.animation.transitions.effects
This Effect combines one or more sub-effects to create a more complex and interesting effect.
CompositeEffect() - Constructor for class org.jdesktop.animation.transitions.effects.CompositeEffect
Creates a CompositeEffect with no sub-effects.
CompositeEffect(Effect) - Constructor for class org.jdesktop.animation.transitions.effects.CompositeEffect
Creates a CompositeEffect with the given effect as the first sub-effect.

A C E F G H I M O P R S T U V