Eclipse Draw2d
3.3

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

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

Uses of EdgeList in org.eclipse.draw2d.graph
 

Fields in org.eclipse.draw2d.graph declared as EdgeList
 EdgeList CompoundDirectedGraph.containment
          For internal use only.
 EdgeList DirectedGraph.edges
          All of the edges in the graph.
 EdgeList Node.incoming
          The edges for which this node is the target.
 EdgeList Node.outgoing
          The edges for which this node is the source.
 


Eclipse Draw2d
3.3

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