de.cau.cs.kieler.kev.mapping.animations
Class RunnableAnimation
java.lang.Object
de.cau.cs.kieler.kev.mapping.animations.RunnableAnimation
- All Implemented Interfaces:
- Runnable
public class RunnableAnimation
- extends Object
- implements Runnable
- Rating

- (2010-02-17)
Method Summary |
void |
run()
The code for manipulating the SVGDocument. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunnableAnimation
public RunnableAnimation(JSONObject oldJSONObject,
JSONObject newJSONObject)
run
public void run()
- The code for manipulating the SVGDocument.
- Specified by:
run
in interface Runnable