
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