Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
M
O
P
R
S
T
U
V
S
Scale
- Class in
org.jdesktop.animation.transitions.effects
Effect that resizes a component during the transition.
Scale()
- Constructor for class org.jdesktop.animation.transitions.effects.
Scale
Scale(ComponentState, ComponentState)
- Constructor for class org.jdesktop.animation.transitions.effects.
Scale
Creates a new instance of Scale
ScreenTransition
- Class in
org.jdesktop.animation.transitions
This class is used to facilitate animated transitions in an application.
ScreenTransition(JComponent, TransitionTarget, int)
- Constructor for class org.jdesktop.animation.transitions.
ScreenTransition
Constructor that takes a simple duration.
ScreenTransition(JComponent, TransitionTarget, Animator)
- Constructor for class org.jdesktop.animation.transitions.
ScreenTransition
` Constructor that takes an Animator that will be used to drive the ScreenTransition.
setAnimator(Animator)
- Method in class org.jdesktop.animation.transitions.
ScreenTransition
Sets animator that drives this ScreenTransition.
setBounds(int, int, int, int)
- Method in class org.jdesktop.animation.transitions.
Effect
setBounds(Rectangle)
- Method in class org.jdesktop.animation.transitions.
Effect
setComponentImage(Image)
- Method in class org.jdesktop.animation.transitions.
Effect
setComponentStates(ComponentState, ComponentState)
- Method in class org.jdesktop.animation.transitions.
Effect
Sets both the start and end states of this Effect.
setEffect(JComponent, Effect, EffectsManager.TransitionType)
- Static method in class org.jdesktop.animation.transitions.
EffectsManager
This method is used to cache a custom effect on a per-component basis for the application.
setEnd(ComponentState)
- Method in class org.jdesktop.animation.transitions.
Effect
Sets the end state of this Effect.
setEnd(ComponentState)
- Method in class org.jdesktop.animation.transitions.effects.
CompositeEffect
This method is called during the initialization process of a transition and allows the effects to set up the end state for each effect.
setHeight(int)
- Method in class org.jdesktop.animation.transitions.
Effect
setLocation(Point)
- Method in class org.jdesktop.animation.transitions.
Effect
setOpacity(float)
- Method in class org.jdesktop.animation.transitions.effects.
Fade
setRadians(double)
- Method in class org.jdesktop.animation.transitions.effects.
Rotate
setRenderComponent(boolean)
- Method in class org.jdesktop.animation.transitions.
Effect
setStart(ComponentState)
- Method in class org.jdesktop.animation.transitions.
Effect
Sets the start state of this Effect.
setStart(ComponentState)
- Method in class org.jdesktop.animation.transitions.effects.
CompositeEffect
This method is called during the initialization process of a transition and allows the effects to set up the start state for each effect.
setup(Graphics2D)
- Method in class org.jdesktop.animation.transitions.
Effect
This method is called during each frame of the transition animation, prior to the call to
paint()
.
setup(Graphics2D)
- Method in class org.jdesktop.animation.transitions.effects.
CompositeEffect
This method is called during each frame of the transition animation and allows the effect to set up the Graphics state according to the various sub-effects in this CompositeEffect.
setup(Graphics2D)
- Method in class org.jdesktop.animation.transitions.effects.
Fade
This method is called prior to
paint()
during every frame of the transition animation.
setup(Graphics2D)
- Method in class org.jdesktop.animation.transitions.effects.
Rotate
setupNextScreen()
- Method in interface org.jdesktop.animation.transitions.
TransitionTarget
This method is called during the
start
method of TransitionPanel.
setWidth(int)
- Method in class org.jdesktop.animation.transitions.
Effect
setX(int)
- Method in class org.jdesktop.animation.transitions.
Effect
setY(int)
- Method in class org.jdesktop.animation.transitions.
Effect
start()
- Method in class org.jdesktop.animation.transitions.
ScreenTransition
Begin the transition from the current application state to the next one.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
M
O
P
R
S
T
U
V