|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Subgraph | |
org.eclipse.draw2d.graph |
Uses of Subgraph in org.eclipse.draw2d.graph |
Methods in org.eclipse.draw2d.graph that return Subgraph | |
Subgraph |
Node.getParent()
Returns the parent Subgraph or null |
Methods in org.eclipse.draw2d.graph with parameters of type Subgraph | |
void |
Node.setParent(Subgraph parent)
Sets the parent subgraph. |
Constructors in org.eclipse.draw2d.graph with parameters of type Subgraph | |
SubgraphBoundary(Subgraph s,
Insets p,
int side)
Constructs a new boundary. |
|
Subgraph(Object data,
Subgraph parent)
Constructs a new subgraph with the given data object and parent subgraph. |
|
Node(Subgraph parent)
Constructs a node inside the given subgraph. |
|
Node(Object data,
Subgraph parent)
Constructs a node with the given data object and parent subgraph. |
|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |