org.apache.batik.bridge
Class SVGAnimationEngine.AnimationThread.Ticker
java.lang.Object
org.apache.batik.bridge.SVGAnimationEngine.AnimationThread.Ticker
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- SVGAnimationEngine.AnimationThread
protected class SVGAnimationEngine.AnimationThread.Ticker
- extends Object
- implements Runnable
A runnable that ticks the animation engine.
Field Summary |
protected float |
t
The document time to tick at next. |
Method Summary |
void |
run()
Ticks the animation over. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
t
protected float t
- The document time to tick at next.
SVGAnimationEngine.AnimationThread.Ticker
protected SVGAnimationEngine.AnimationThread.Ticker()
run
public void run()
- Ticks the animation over.
- Specified by:
run
in interface Runnable
Copyright © 2017 Apache Software Foundation. All Rights Reserved.