protected class SVGAnimationEngine.AnimationThread extends Thread
| Modifier and Type | Class and Description |
|---|---|
protected class |
SVGAnimationEngine.AnimationThread.Ticker
A runnable that ticks the animation engine.
|
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
protected RunnableQueue |
runnableQueue
The RunnableQueue to perform the animation in.
|
protected SVGAnimationEngine.AnimationThread.Ticker |
ticker
The animation ticker Runnable.
|
protected Calendar |
time
The current time.
|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier | Constructor and Description |
|---|---|
protected |
AnimationThread() |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Ticks the animation over as fast as possible.
|
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, yieldprotected Calendar time
protected RunnableQueue runnableQueue
protected SVGAnimationEngine.AnimationThread.Ticker ticker
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.