
public class NodeAppendChild extends Object implements Runnable
| Modifier and Type | Field and Description | 
|---|---|
| protected Element | childThe child to be appended. | 
| protected String | idThe ID. | 
| protected Element | parentParent node to append to. | 
| protected SVGPlot | plotThe 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