public class NodeReplaceByID
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
id
ID of element to replace.
|
private org.w3c.dom.Element |
newe
Replacement element.
|
private SVGPlot |
plot
Plot to work in.
|
Constructor and Description |
---|
NodeReplaceByID(org.w3c.dom.Element newe,
SVGPlot plot,
java.lang.String id)
Setup a SVG node replacement.
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
private SVGPlot plot
private java.lang.String id
private org.w3c.dom.Element newe
public NodeReplaceByID(org.w3c.dom.Element newe, SVGPlot plot, java.lang.String id)
newe
- New elementplot
- SVG plot to processid
- Node ID to replaceCopyright © 2019 ELKI Development Team. License information.