org.apache.batik.bridge
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.
Method Summary |
void |
run()
Ticks the animation over as fast as possible. |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
time
protected Calendar time
- The current time.
runnableQueue
protected RunnableQueue runnableQueue
- The RunnableQueue to perform the animation in.
ticker
protected SVGAnimationEngine.AnimationThread.Ticker ticker
- The animation ticker Runnable.
SVGAnimationEngine.AnimationThread
protected SVGAnimationEngine.AnimationThread()
run
public void run()
- Ticks the animation over as fast as possible.
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
Copyright © 2017 Apache Software Foundation. All Rights Reserved.