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, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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.
Copyright © 2009 Apache Software Foundation. All Rights Reserved.