| Interface | Description |
|---|---|
| Animator |
The
Animator interface provides a way to iterate through a series of values. |
| Interpolator |
An interface for generating interpolants.
|
| Class | Description |
|---|---|
| AngleAnimator |
Animates angles, via an interpolator.
|
| AnimationController |
The
AnimationController class is a convenience class for managing a
group of Animators. |
| AnimationSupport | |
| BasicAnimator |
A base class for an interpolating
Animator. |
| CompoundAnimator |
A group of two or more
Animators. |
| DoubleAnimator |
An
Animator implentation for animating values of type Double. |
| MoveToDoubleAnimator |
Animates the value to the specified end position, using the specified smoothing, until the value is within the
specified minEpsilon of the end value.
|
| MoveToPositionAnimator | |
| PositionAnimator | |
| RotateToAngleAnimator | |
| ScheduledInterpolator | |
| SmoothInterpolator |