public class NodeReplacer extends Object implements Runnable
private String
id
private Element
newe
private SVGPlot
plot
NodeReplacer(Element newe, SVGPlot plot, String id)
void
run()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private SVGPlot plot
private String id
private Element newe
public NodeReplacer(Element newe, SVGPlot plot, String id)
public void run()
run
Runnable