org.apache.batik.bridge

Class SVGAnimationEngine.AnimationThread

protected class SVGAnimationEngine.AnimationThread extends Thread

The thread that ticks the animation.
Nested Class Summary
protected classSVGAnimationEngine.AnimationThread.Ticker
A runnable that ticks the animation engine.
Field Summary
protected RunnableQueuerunnableQueue
The RunnableQueue to perform the animation in.
protected SVGAnimationEngine.AnimationThread.Tickerticker
The animation ticker Runnable.
protected Calendartime
The current time.
Method Summary
voidrun()
Ticks the animation over as fast as possible.

Field Detail

runnableQueue

protected RunnableQueue runnableQueue
The RunnableQueue to perform the animation in.

ticker

protected SVGAnimationEngine.AnimationThread.Ticker ticker
The animation ticker Runnable.

time

protected Calendar time
The current time.

Method Detail

run

public void run()
Ticks the animation over as fast as possible.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.