public class NodeReplaceChild extends NodeAppendChild
child, id, parent, plot
Constructor and Description |
---|
NodeReplaceChild(Element parent,
Element child)
Trivial constructor.
|
NodeReplaceChild(Element parent,
Element child,
SVGPlot plot,
String id)
Full constructor.
|
public NodeReplaceChild(Element parent, Element child)
parent
- will become the parent of the appended Element.child
- the Element to be appended.public void run()
run
in interface Runnable
run
in class NodeAppendChild