Package org.apache.batik.bridge
Class SVGAnimationEngine.AnimationThread.Ticker
- java.lang.Object
-
- org.apache.batik.bridge.SVGAnimationEngine.AnimationThread.Ticker
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- SVGAnimationEngine.AnimationThread
protected class SVGAnimationEngine.AnimationThread.Ticker extends java.lang.Object implements java.lang.Runnable
A runnable that ticks the animation engine.
-
-
Field Summary
Fields Modifier and Type Field Description protected float
t
The document time to tick at next.
-
Constructor Summary
Constructors Modifier Constructor Description protected
Ticker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Ticks the animation over.
-