Class SVGAnimationEngine.AnimationThread.Ticker

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

protected class SVGAnimationEngine.AnimationThread.Ticker extends Object implements Runnable
A runnable that ticks the animation engine.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected float
    The document time to tick at next.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Ticks the animation over.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • t

      protected float t
      The document time to tick at next.
  • Constructor Details

    • Ticker

      protected Ticker()
  • Method Details

    • run

      public void run()
      Ticks the animation over.
      Specified by:
      run in interface Runnable