|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.animation.timing.interpolation.KeySplines
public class KeySplines
KeySplines is used to hold the information about the splines
used in a KeyFrames object. KeySplines is
only used when KeyFrames has a NONLINEAR InterpolationType. There should
be one spline (e.g., one set of Spline) defined for
each time segment defined in KeyTimes, or
one less than the number of times defined in that object.
For more information on how splines are used, refer to the
SMIL specification at http://w3c.org.
| Constructor Summary | |
|---|---|
KeySplines(Spline... splines)
This constructor takes a series of Spline to define a set splines. |
|
| Method Summary | |
|---|---|
int |
getSize()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeySplines(Spline... splines)
KeyTimes object and will determine how to interpolate between each
of the values in the KeyValues object.
splines - A series of Spline objects that define
each spline. The number of Spline objects passed in to this
constructor should equal the number of splines you wish to define.| Method Detail |
|---|
public int getSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||