public class LinearMotion extends AbstractMotion
Constructor and Description |
---|
LinearMotion(int start,
int stop,
long duration)
Creates a linear motion for a move from start to stop.
|
Modifier and Type | Method and Description |
---|---|
protected int |
computeCurrentValue(long currentTime)
Computes current value.
|
getCurrentValue, getDuration, getStartValue, getStopValue, getValue, isFinished, isFinished, start
public LinearMotion(int start, int stop, long duration)
start
- the start value.stop
- the stop value.duration
- the maximum duration of the motion.protected int computeCurrentValue(long currentTime)
AbstractMotion
computeCurrentValue
in class AbstractMotion
currentTime
- the elapsed time since the beginning.