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