| Package | Description |
|---|---|
| org.openimaj.content.animation.animator |
| Modifier and Type | Method and Description |
|---|---|
static ShortArrayValueAnimator |
ShortArrayValueAnimator.makeLinear(int duration,
int count,
short start,
short finish)
Construct a new ShortArrayValueAnimator from count
LinearShortValueAnimators with the given start
and finish values, and the given duration. |
static ShortArrayValueAnimator |
ShortArrayValueAnimator.makeLinear(int duration,
short... maxs)
Construct a new ShortArrayValueAnimator from an array of
values using
LinearShortValueAnimators with the
range -max to +max and the given duration. |
static ShortArrayValueAnimator |
ShortArrayValueAnimator.makeRandomLinear(int duration,
int count,
short start,
short finish)
Construct a new ShortArrayValueAnimator from count
RandomLinearShortValueAnimators with the given start
and finish values, and the given duration. |
static ShortArrayValueAnimator |
ShortArrayValueAnimator.makeRandomLinear(int duration,
short... maxs)
Construct a new ShortArrayValueAnimator from an array of
values using
RandomLinearShortValueAnimators with the
range -max to +max and the given duration. |