Class SVGAnimationEngine.AnimationThread.Ticker

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    SVGAnimationEngine.AnimationThread

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

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

      Constructors 
      Modifier Constructor Description
      protected Ticker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • t

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

      • Ticker

        protected Ticker()
    • Method Detail

      • run

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