Eclipse Draw2d
3.0.1

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

Packages that use Edge
org.eclipse.draw2d.graph   
 

Uses of Edge in org.eclipse.draw2d.graph
 

Methods in org.eclipse.draw2d.graph that return Edge
 Edge EdgeList.getEdge(int index)
          Returns the edge for the given index.
 

Methods in org.eclipse.draw2d.graph with parameters of type Edge
 void DirectedGraph.removeEdge(Edge edge)
          Removes the given edge from the graph.
 

Constructors in org.eclipse.draw2d.graph with parameters of type Edge
VirtualNode(Edge e, int i)
          Constructs a virtual node.
 


Eclipse Draw2d
3.0.1

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