|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyTimes | |
|---|---|
| org.pushingpixels.trident.interpolator | |
| Uses of KeyTimes in org.pushingpixels.trident.interpolator |
|---|
| Constructors in org.pushingpixels.trident.interpolator with parameters of type KeyTimes | |
|---|---|
KeyFrames(KeyValues<T> keyValues,
KeyTimes keyTimes)
This variant takes both keyValues (values at each point in time) and keyTimes (times at which values are sampled). |
|
KeyFrames(KeyValues<T> keyValues,
KeyTimes keyTimes,
TimelineEase... 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 | |||||||||