Eclipse Draw2d
3.8.0.201206011245

Uses of Class
org.eclipse.draw2d.graph.Subgraph

Packages that use Subgraph
org.eclipse.draw2d.graph Stand-alone algorithms related to Graph Drawing. 
 

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 if there is no parent.
 

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
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.
 


Eclipse Draw2d
3.8.0.201206011245

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.