public class ElasticEaseInOutMotion extends AbstractElasticMotion
| Constructor and Description | 
|---|
| ElasticEaseInOutMotion(int start,
                      int stop,
                      long maxDuration)Creates an elastic motion for a move from start to stop. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | computeCurrentValue(long currentTime)Computes current value. | 
easeIn, easeOut, isFinishedgetCurrentValue, getDuration, getStartValue, getStopValue, getValue, isFinished, startpublic ElasticEaseInOutMotion(int start,
                              int stop,
                              long maxDuration)
start - the start value.stop - the stop value.maxDuration - the maximum duration of the motion.protected int computeCurrentValue(long currentTime)
AbstractMotioncomputeCurrentValue in class AbstractMotioncurrentTime - the elapsed time since the beginning.