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
LinearLongValueAnimator s 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
LinearLongValueAnimator s 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
RandomLinearLongValueAnimator s 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
RandomLinearLongValueAnimator s with the
range -max to +max and the given duration. |