IMovement
BounceOut
, ElasticOut
, ExpoOut
, LinearInOut
, SinusDecreaseVariation
, SinusVariation
public abstract class AbstractMovement extends java.lang.Object implements IMovement
Constructor | Description |
---|---|
AbstractMovement() |
Modifier and Type | Method | Description |
---|---|---|
abstract double |
getValue(double step) |
Get value at step 'step'
|
void |
init(double minValue,
double maxValue,
int steps) |
Set up the movement.
|
public abstract double getValue(double step)
IMovement
public void init(double minValue, double maxValue, int steps)
IMovement