protected class SVGAnimationEngine.AnimationThread
extends java.lang.Thread
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
SVGAnimationEngine.AnimationThread.Ticker |
A runnable that ticks the animation engine.
|
| Modifier and Type | Field | Description |
|---|---|---|
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.
|
| Modifier | Constructor | Description |
|---|---|---|
protected |
AnimationThread() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
run() |
Ticks the animation over as fast as possible.
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactiveCount, 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, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected java.util.Calendar time
protected RunnableQueue runnableQueue
protected SVGAnimationEngine.AnimationThread.Ticker ticker
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.