Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
L
M
O
P
R
S
T
V
S
setAcceleration(float)
- Method in class org.jdesktop.animation.timing.
Animator
Sets the fraction of the timing cycle that will be spent accelerating at the beginning.
setDeceleration(float)
- Method in class org.jdesktop.animation.timing.
Animator
Sets the fraction of the timing cycle that will be spent decelerating at the end.
setDuration(int)
- Method in class org.jdesktop.animation.timing.
Animator
Sets the duration for the animation
setEndBehavior(Animator.EndBehavior)
- Method in class org.jdesktop.animation.timing.
Animator
Sets the behavior at the end of the animation.
setInterpolator(Interpolator)
- Method in class org.jdesktop.animation.timing.
Animator
Sets the interpolator for the animation cycle.
setRepeatBehavior(Animator.RepeatBehavior)
- Method in class org.jdesktop.animation.timing.
Animator
Sets the
Animator.RepeatBehavior
of the animation.
setRepeatCount(double)
- Method in class org.jdesktop.animation.timing.
Animator
Sets the number of times the animation cycle will repeat.
setResolution(int)
- Method in class org.jdesktop.animation.timing.
Animator
Sets the resolution of the animation
setResolution(int)
- Method in class org.jdesktop.animation.timing.
TimingSource
Sets the delay between callback events.
setStartDelay(int)
- Method in class org.jdesktop.animation.timing.
Animator
Sets the duration of the initial delay between calling
Animator.start()
and the start of the first animation cycle.
setStartDelay(int)
- Method in class org.jdesktop.animation.timing.
TimingSource
Sets delay which should be observed by the TimingSource after a call to
TimingSource.start()
.
setStartDirection(Animator.Direction)
- Method in class org.jdesktop.animation.timing.
Animator
Sets the startDirection for the initial animation cycle.
setStartFraction(float)
- Method in class org.jdesktop.animation.timing.
Animator
Sets the initial fraction at which the first animation cycle will begin.
setTimer(TimingSource)
- Method in class org.jdesktop.animation.timing.
Animator
Sets a new TimingSource that will supply the timing events to this Animator.
SplineInterpolator
- Class in
org.jdesktop.animation.timing.interpolation
This class interpolates fractional values using Bezier splines.
SplineInterpolator(float, float, float, float)
- Constructor for class org.jdesktop.animation.timing.interpolation.
SplineInterpolator
Creates a new instance of SplineInterpolator with the control points defined by (x1, y1) and (x2, y2).
start()
- Method in class org.jdesktop.animation.timing.
Animator
Starts the animation
start()
- Method in class org.jdesktop.animation.timing.
TimingSource
Starts the TimingSource
START
- Static variable in class org.jdesktop.animation.timing.triggers.
TimingTriggerEvent
Event fired when Animator starts
stop()
- Method in class org.jdesktop.animation.timing.
Animator
This method is optional; animations will always stop on their own if Animator is provided with appropriate values for duration and repeatCount in the constructor.
stop()
- Method in class org.jdesktop.animation.timing.
TimingSource
Stops the TimingSource
STOP
- Static variable in class org.jdesktop.animation.timing.triggers.
TimingTriggerEvent
Event fired when Animator stops
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
L
M
O
P
R
S
T
V