
public class NodeReplaceAllChildren extends NodeAppendChild
child, id, parent, plot| Constructor and Description |
|---|
NodeReplaceAllChildren(Element parent,
Element child)
Trivial constructor.
|
NodeReplaceAllChildren(Element parent,
Element child,
SVGPlot plot,
String id)
Full constructor.
|
public NodeReplaceAllChildren(Element parent, Element child)
parent - will become the parent of the appended Element.child - the Element to be appended.public NodeReplaceAllChildren(Element parent, Element child, SVGPlot plot, 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)public void run()
run in interface Runnablerun in class NodeAppendChildCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.