| 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 ValueAnimators. |
| DoubleArrayValueAnimator
A
ValueAnimator capable of producing double arrays from
a set of potentially independent underlying ValueAnimators. |
| FloatArrayValueAnimator
A
ValueAnimator capable of producing float arrays from
a set of potentially independent underlying ValueAnimators. |
| 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 ValueAnimators. |
| LongArrayValueAnimator
A
ValueAnimator capable of producing long arrays from
a set of potentially independent underlying ValueAnimators. |
| LoopingValueAnimator
A
ValueAnimator that can wrap another
ValueAnimator to produce looping behavior by
resetting when the animator has finished. |
| ReversableValueAnimator
Interfaces for
ValueAnimators that can be reversed. |
| ShortArrayValueAnimator
A
ValueAnimator capable of producing short arrays from
a set of potentially independent underlying ValueAnimators. |
| 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. |