de.cau.cs.kieler.kev.mapping.animations
Class RunnableAnimation

java.lang.Object
  extended by de.cau.cs.kieler.kev.mapping.animations.RunnableAnimation
All Implemented Interfaces:
Runnable

public class RunnableAnimation
extends Object
implements Runnable

Rating proposed yellow
(2010-02-17)

Constructor Summary
RunnableAnimation(JSONObject oldJSONObject, JSONObject newJSONObject)
           
 
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
 

Constructor Detail

RunnableAnimation

public RunnableAnimation(JSONObject oldJSONObject,
                         JSONObject newJSONObject)
Method Detail

run

public void run()
The code for manipulating the SVGDocument.

Specified by:
run in interface Runnable