public class NodeAppendChild extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected Element |
child
The child to be appended.
|
protected String |
id
The ID.
|
protected Element |
parent
Parent node to append to.
|
protected SVGPlot |
plot
The plot (for ID updates).
|
Constructor and Description |
---|
NodeAppendChild(Element parent,
Element child)
Trivial constructor.
|
NodeAppendChild(Element parent,
Element child,
SVGPlot plot,
String id)
Full constructor.
|
protected Element parent
protected Element child
protected SVGPlot plot
null
.protected String id
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.