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