org.apache.batik.bridge
protected class SVGAnimationEngine.AnimationThread extends Thread
| Nested Class Summary | |
|---|---|
| protected class | SVGAnimationEngine.AnimationThread.Ticker
A runnable that ticks the animation engine. |
| Field Summary | |
|---|---|
| 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. |
| Method Summary | |
|---|---|
| void | run()
Ticks the animation over as fast as possible. |