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