Package | Description |
---|---|
org.monte.media |
Defines a framework for media processing and provides default implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSplineInterpolator
AbstractSplineInterpolator . |
class |
BezierInterpolator
A bezier interpolator for use in conjunction with an Animator object.
|
class |
SplineInterpolator
A spline interpolator for use in conjunction with an Animator object.
|
Modifier and Type | Method and Description |
---|---|
void |
Animator.dispatch(Interpolator interpolator)
Dispatches an interpolator for the animation thread.
|
void |
DefaultAnimator.dispatch(Interpolator interpolator)
Dispatches an interpolator for the animation thread.
|
void |
SynchronousAnimator.dispatch(Interpolator interpolator) |
boolean |
Interpolator.isSequential(Interpolator that) |
boolean |
Interpolator.replaces(Interpolator that)
Returns true, if this interpolator replaces
interpolations by that interpolator.
|