Package elki.visualization.batikutil
Class NodeSubstitute
- java.lang.Object
-
- elki.visualization.batikutil.NodeSubstitute
-
- All Implemented Interfaces:
java.lang.Runnable
public class NodeSubstitute extends java.lang.Object implements java.lang.Runnable
This helper class will replace a node in an SVG plot. This is a Runnable to be put on the update queue.- Since:
- 0.2
- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description NodeSubstitute(org.w3c.dom.Element prev, org.w3c.dom.Element newe)
Setup a SVG node replacement.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-