|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interpolator | |
---|---|
org.jdesktop.animation.timing | Core classes of the Timing Framework; these classes provide the base functionality that all animations will use. |
org.jdesktop.animation.timing.interpolation | Provides a mechanism for animating object properties between different values. |
Uses of Interpolator in org.jdesktop.animation.timing |
---|
Methods in org.jdesktop.animation.timing that return Interpolator | |
---|---|
Interpolator |
Animator.getInterpolator()
Returns the interpolator for the animation. |
Methods in org.jdesktop.animation.timing with parameters of type Interpolator | |
---|---|
void |
Animator.setInterpolator(Interpolator interpolator)
Sets the interpolator for the animation cycle. |
Uses of Interpolator in org.jdesktop.animation.timing.interpolation |
---|
Classes in org.jdesktop.animation.timing.interpolation that implement Interpolator | |
---|---|
class |
DiscreteInterpolator
This class implements the Interpolator interface. |
class |
LinearInterpolator
This class implements the Interpolator interface by providing a simple interpolate function that simply returns the value that it was given. |
class |
SplineInterpolator
This class interpolates fractional values using Bezier splines. |
Constructors in org.jdesktop.animation.timing.interpolation with parameters of type Interpolator | |
---|---|
KeyFrames(KeyValues keyValues,
Interpolator... interpolators)
Utility constructor that assumes even division of times according to size of keyValues and interpolation according to interpolators parameter. |
|
KeyFrames(KeyValues keyValues,
KeyTimes keyTimes,
Interpolator... interpolators)
Full constructor: caller provides an instance of all key* structures which will be used to calculate between all times in the keyTimes list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |