|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.apache.batik.bridge.SVGAnimationEngine.AnimationThread
protected class SVGAnimationEngine.AnimationThread
The thread that ticks the animation.
Nested Class Summary | |
---|---|
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 |
Field Summary | |
---|---|
protected RunnableQueue |
runnableQueue
The RunnableQueue to perform the animation in. |
protected SVGAnimationEngine.AnimationThread.Ticker |
ticker
The animation ticker Runnable. |
protected java.util.Calendar |
time
The current time. |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
protected |
SVGAnimationEngine.AnimationThread()
|
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, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.util.Calendar time
protected RunnableQueue runnableQueue
protected SVGAnimationEngine.AnimationThread.Ticker ticker
Constructor Detail |
---|
protected SVGAnimationEngine.AnimationThread()
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |