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
LinearIntegerValueAnimator s 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
LinearIntegerValueAnimator s 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
RandomLinearIntegerValueAnimator s 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
RandomLinearIntegerValueAnimator s with the given start
and finish values, and the given duration. |