Eclipse Draw2d
3.1

Package org.eclipse.draw2d.graph

Stand-alone algorithms related to Graph Drawing.

See:
          Description

Class Summary
CompoundDirectedGraph A DirectedGraph whose Nodes may be compound Subgraphs, which may contain other nodes.
CompoundDirectedGraphLayout Performs a graph layout on a CompoundDirectedGraph.
DirectedGraph A graph consisting of nodes and directed edges.
DirectedGraphLayout Performs a graph layout of a DirectedGraph.
Edge A directed Edge joining a source and target Node.
EdgeList A list of Edges.
Node A node in a DirectedGraph.
NodeList  
Path A Path representation for the ShortestPathRouting.
Rank  
RankList For internal use only.
ShortestPathRouter Bends a collection of Paths around rectangular obstacles.
Subgraph A Node which may contain other nodes.
SubgraphBoundary  
VirtualNode Deprecated. As of 3.1, this class is for internal use only.
 

Package org.eclipse.draw2d.graph Description

Stand-alone algorithms related to Graph Drawing.


Eclipse Draw2d
3.1

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