|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyFrames | |
---|---|
org.jdesktop.animation.timing.interpolation | Provides a mechanism for animating object properties between different values. |
Uses of KeyFrames in org.jdesktop.animation.timing.interpolation |
---|
Methods in org.jdesktop.animation.timing.interpolation with parameters of type KeyFrames | |
---|---|
static Animator |
PropertySetter.createAnimator(int duration,
java.lang.Object object,
java.lang.String propertyName,
KeyFrames keyFrames)
Utility method that constructs a PropertySetter and an Animator using that PropertySetter and returns the Animator |
Constructors in org.jdesktop.animation.timing.interpolation with parameters of type KeyFrames | |
---|---|
PropertySetter(java.lang.Object object,
java.lang.String propertyName,
KeyFrames keyFrames)
Constructor for a PropertySetter where the values the propert takes on during the animation are specified in a KeyFrames
object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |