|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.visualization.batikutil.NodeAppendChild
public class NodeAppendChild
Runnable wrapper for appending XML-Elements to existing Elements.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
NodeAppendChild(Element parent,
Element child)
Trivial constructor. |
|
NodeAppendChild(Element parent,
Element child,
SVGPlot plot,
String id)
Full constructor. |
|
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Element parent
protected Element child
protected SVGPlot plot
protected String id
| Constructor Detail |
|---|
public NodeAppendChild(Element parent,
Element child)
parent - will become the parent of the appended Element.child - the Element to be appended.
public NodeAppendChild(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)| Method Detail |
|---|
public void run()
run in interface Runnable
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||