Package | Description |
---|---|
org.eclipse.draw2d.graph |
Stand-alone algorithms related to Graph Drawing.
|
Modifier and Type | Method and Description |
---|---|
Subgraph |
Node.getParent()
Returns the parent Subgraph or
null if there is no parent. |
Modifier and Type | Method and Description |
---|---|
void |
Node.setParent(Subgraph parent)
Sets the parent subgraph.
|
Constructor and Description |
---|
Node(java.lang.Object data,
Subgraph parent)
Constructs a node with the given data object and parent subgraph.
|
Node(Subgraph parent)
Constructs a node inside the given subgraph.
|
Subgraph(java.lang.Object data,
Subgraph parent)
Constructs a new subgraph with the given data object and parent subgraph.
|
VirtualNode(java.lang.Object o,
Subgraph parent)
Deprecated.
Constructor.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.