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
I
IN
- Static variable in class org.jdesktop.animation.timing.triggers.
FocusTriggerEvent
Event fired when Component receives focus
INFINITE
- Static variable in class org.jdesktop.animation.timing.
Animator
Used to specify unending duration or repeatCount
interpolate(float)
- Method in class org.jdesktop.animation.timing.interpolation.
DiscreteInterpolator
This method always returns 0 for inputs less than 1, which will force users of this interpolation to assign a value equal to the value at the beginning of this timing interval, which is the desired behavior for discrete animations.
interpolate(float)
- Method in interface org.jdesktop.animation.timing.interpolation.
Interpolator
This function takes an input value between 0 and 1 and returns another value, also between 0 and 1.
interpolate(float)
- Method in class org.jdesktop.animation.timing.interpolation.
LinearInterpolator
This method always returns the value it was given, which will cause callers to calculate a linear interpolation between boundary values.
interpolate(float)
- Method in class org.jdesktop.animation.timing.interpolation.
SplineInterpolator
Given a fraction of time along the spline (which we can interpret as the length along a spline), return the interpolated value of the spline.
Interpolator
- Interface in
org.jdesktop.animation.timing.interpolation
Interface that defines the single
Interpolator.interpolate(float)
method.
isRunning()
- Method in class org.jdesktop.animation.timing.
Animator
Returns whether this Animator object is currently running
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