public abstract class AbstractMovement extends java.lang.Object implements IMovement
| Modifier and Type | Field and Description |
|---|---|
protected double |
duration |
protected double |
max |
protected double |
min |
| Constructor and Description |
|---|
AbstractMovement() |
| Modifier and Type | Method and 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)
IMovementpublic void init(double minValue,
double maxValue,
int steps)
IMovement