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