Class AbstractAnimator

    • Field Summary

      Fields 
      ChangeModifier and Type Field Description
      NEWprotected org.jdesktop.animation.timing.Animator animator  
    • Constructor Summary

      Constructors 
      ChangeConstructor Description
      AbstractAnimator()  
    • Field Detail

      • animator NEW

        protected org.jdesktop.animation.timing.Animator animator

Constructor Detail

  • Method Detail

    • createAnimator NEW

      protected abstract org.jdesktop.animation.timing.Animator createAnimator()
    • finished NEW

      protected abstract void finished()
      A callback given when this animator has run to completion. This will be called whether the animator is stopped prematurely or ends naturally.
    • setBusyListener

      public void setBusyListener​(BusyListener listener)
    • followOnAnimatorScheduled NEW

      protected void followOnAnimatorScheduled()
    • start

      public void start()
    • stop

      public void stop()
      Stops this animator and all scheduled animators!
    • stopMe NEW

      protected void stopMe()
    • isRunning

      public boolean isRunning()
    • hasFinished

      public boolean hasFinished()
    • trace NEW

      protected void trace​(java.lang.String message)