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