public class NodeAppendChild
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.Element |
child
The child to be appended.
|
protected java.lang.String |
id
The ID.
|
protected org.w3c.dom.Element |
parent
Parent node to append to.
|
protected SVGPlot |
plot
The plot (for ID updates).
|
Constructor and Description |
---|
NodeAppendChild(org.w3c.dom.Element parent,
org.w3c.dom.Element child)
Trivial constructor.
|
NodeAppendChild(org.w3c.dom.Element parent,
org.w3c.dom.Element child,
SVGPlot plot,
java.lang.String id)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
protected org.w3c.dom.Element parent
protected org.w3c.dom.Element child
protected SVGPlot plot
null
.protected java.lang.String id
public NodeAppendChild(org.w3c.dom.Element parent, org.w3c.dom.Element child)
parent
- will become the parent of the appended Element.child
- the Element to be appended.public NodeAppendChild(org.w3c.dom.Element parent, org.w3c.dom.Element child, SVGPlot plot, java.lang.String id)
parent
- Parent node to append the child tochild
- Child elementplot
- Plot to register the ID (may be null
)id
- ID to register (may be null
, requires plot to be given)Copyright © 2019 ELKI Development Team. License information.