Class SVGAnimationEngine.AnimationThread

java.lang.Object
java.lang.Thread
org.apache.batik.bridge.SVGAnimationEngine.AnimationThread
All Implemented Interfaces:
Runnable
Enclosing class:
SVGAnimationEngine

protected class SVGAnimationEngine.AnimationThread extends Thread
The thread that ticks the animation.
  • Field Details

  • Constructor Details

    • AnimationThread

      protected AnimationThread()
  • Method Details

    • run

      public void run()
      Ticks the animation over as fast as possible.
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread