예제 #1
0
 /**
  * Stops an interpolation started with {@link #startInterpolation()}. See {@link
  * #interpolationStarted()} and {@link #toggleInterpolation()}.
  */
 public void stopInterpolation() {
   interpolationTimerTask.stop();
   interpolationStrt = false;
 }