Class SVGAnimationEngine.AnimationThread

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

    protected class SVGAnimationEngine.AnimationThread
    extends java.lang.Thread
    The thread that ticks the animation.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected class  SVGAnimationEngine.AnimationThread.Ticker
      A runnable that ticks the animation engine.
      • Nested classes/interfaces inherited from class java.lang.Thread

        java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AnimationThread()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Ticks the animation over as fast as possible.
      • Methods inherited from class java.lang.Thread

        activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AnimationThread

        protected AnimationThread()
    • Method Detail

      • run

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