Eclipse Draw2d
3.1

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

Packages that use Edge
org.eclipse.draw2d.graph   
org.eclipse.draw2d.internal.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)
          Deprecated. This class is for internal use only.
 

Uses of Edge in org.eclipse.draw2d.internal.graph
 

Constructors in org.eclipse.draw2d.internal.graph with parameters of type Edge
VirtualNodeCreation(Edge edge, DirectedGraph graph)
          Breaks a single edge into multiple edges containing virtual nodes.
 


Eclipse Draw2d
3.1

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