Package | Description |
---|---|
org.openimaj.content.animation.animator | |
org.openimaj.vis.animators | |
org.openimaj.vis.world |
Class and Description |
---|
AbstractValueAnimator
Base class for objects capable of "animating" a value;
that is providing a new value everytime
AbstractValueAnimator.nextValue() is
called, subject to some constraints. |
ByteArrayValueAnimator
A
ValueAnimator capable of producing byte arrays from
a set of potentially independent underlying ValueAnimator s. |
DoubleArrayValueAnimator
A
ValueAnimator capable of producing double arrays from
a set of potentially independent underlying ValueAnimator s. |
FloatArrayValueAnimator
A
ValueAnimator capable of producing float arrays from
a set of potentially independent underlying ValueAnimator s. |
ForwardBackwardLoopingValueAnimator
A
ReversableValueAnimator that can wrap another
ReversableValueAnimator to produce back and forth
looping behavior. |
IntegerArrayValueAnimator
A
ValueAnimator capable of producing int arrays from
a set of potentially independent underlying ValueAnimator s. |
LongArrayValueAnimator
A
ValueAnimator capable of producing long arrays from
a set of potentially independent underlying ValueAnimator s. |
LoopingValueAnimator
A
ValueAnimator that can wrap another
ValueAnimator to produce looping behavior by
resetting when the animator has finished. |
ReversableValueAnimator
Interfaces for
ValueAnimator s that can be reversed. |
ShortArrayValueAnimator
A
ValueAnimator capable of producing short arrays from
a set of potentially independent underlying ValueAnimator s. |
TimeBasedValueAnimator
An animator that will animate a value over a given time period.
|
ValueAnimator
Interface for objects capable of "animating" a value;
that is providing a new value everytime
ValueAnimator.nextValue() is
called, subject to some constraints. |
Class and Description |
---|
ValueAnimator
Interface for objects capable of "animating" a value;
that is providing a new value everytime
ValueAnimator.nextValue() is
called, subject to some constraints. |
Class and Description |
---|
ValueAnimator
Interface for objects capable of "animating" a value;
that is providing a new value everytime
ValueAnimator.nextValue() is
called, subject to some constraints. |