de.lmu.ifi.dbs.elki.visualization.batikutil
Class NodeReplacer
java.lang.Object
de.lmu.ifi.dbs.elki.visualization.batikutil.NodeReplacer
- All Implemented Interfaces:
- Runnable
public class NodeReplacer
- extends Object
- implements Runnable
This helper class will replace a node in an SVG plot,
as soon as the tree is unlocked by the rendering engine.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
plot
private SVGPlot plot
id
private String id
newe
private Element newe
NodeReplacer
public NodeReplacer(Element newe,
SVGPlot plot,
String id)
- Setup a SVG node replacement.
- Parameters:
newe
- New elementplot
- SVG plot to processid
- Node ID to replace
run
public void run()
- Specified by:
run
in interface Runnable