| Interface | Description |
|---|---|
| PropertyInterpolator<T> | |
| PropertyInterpolatorSource |
| Class | Description |
|---|---|
| KeyFrames<T> |
KeyFrames holds information about the times at which values are sampled
(KeyTimes) and the values at those times (KeyValues).
|
| KeyTimes |
Stores a list of times from 0 to 1 (the elapsed fraction of an animation
cycle) that are used in calculating interpolated values for PropertySetter
given a matching set of KeyValues and Interpolators for those time intervals.
|
| KeyValues<T> |
Stores a list of values that correspond to the times in a
KeyTimes
object. |