| Class | Description |
|---|---|
| ArrayAnimator |
Animator that interpolates an array of numerical values.
|
| AxisLabelAnimator |
Animator that interpolates positions, colors, and visibility status for
metric axes.
|
| ColorAnimator |
Animator that linearly interpolates between starting and ending colors
for VisualItems during an animation.
|
| FontAnimator |
Animator that interpolates between starting and ending Fonts for VisualItems
during an animation.
|
| LocationAnimator |
Animator that linearly interpolates between two positions.
|
| PolarLocationAnimator |
Animator that interpolates between starting and ending display locations
by linearly interpolating between polar coordinates.
|
| QualityControlAnimator |
Animator that toggles rendering quality to allow for smooth animations but
high quality rendering of still images.
|
| SizeAnimator |
Animator that linearly interpolates the size of a VisualItems.
|
| VisibilityAnimator |
Animator that interpolates the visibility status of VisualItems.
|