public interface MotionFactory
Modifier and Type | Method and Description |
---|---|
Motion |
createMotion(int start,
int stop,
long duration)
Instantiates a standard new motion.
|
Motion createMotion(int start, int stop, long duration)
start
- the start value.stop
- the stop value.duration
- the duration of the motion.