Eclipse Draw2d
2.1

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

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

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