Uses of Class
org.jdesktop.animation.transitions.ComponentState

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

Uses of ComponentState in org.jdesktop.animation.transitions
 

Methods in org.jdesktop.animation.transitions that return ComponentState
 ComponentState Effect.getEnd()
           
 ComponentState Effect.getStart()
           
 

Methods in org.jdesktop.animation.transitions with parameters of type ComponentState
 void Effect.setComponentStates(ComponentState start, ComponentState end)
          Sets both the start and end states of this Effect.
 void Effect.setEnd(ComponentState end)
          Sets the end state of this Effect.
 void Effect.setStart(ComponentState start)
          Sets the start state of this Effect.
 

Uses of ComponentState in org.jdesktop.animation.transitions.effects
 

Methods in org.jdesktop.animation.transitions.effects with parameters of type ComponentState
 void CompositeEffect.setEnd(ComponentState end)
          This method is called during the initialization process of a transition and allows the effects to set up the end state for each effect.
 void CompositeEffect.setStart(ComponentState start)
          This method is called during the initialization process of a transition and allows the effects to set up the start state for each effect.
 

Constructors in org.jdesktop.animation.transitions.effects with parameters of type ComponentState
FadeIn(ComponentState end)
          Creates a new instance of FadeIn with the given end state.
FadeOut(ComponentState start)
          Creates a new instance of FadeOut with the given start state.
Move(ComponentState start, ComponentState end)
          REMIND: docs
Rotate(ComponentState start, ComponentState end, int degrees, int xCenter, int yCenter)
          Construct a Rotate effect for a given component with the number of degrees you wish to rotate through during the transition and the center of rotation to use.
Scale(ComponentState start, ComponentState end)
          Creates a new instance of Scale
Unchanging(ComponentState start, ComponentState end)
          Creates a new instance of Unchanging