Uses of Class
org.eclipse.draw2d.graph.Edge
Packages that use Edge
- 
Uses of Edge in org.eclipse.draw2d.graphMethods in org.eclipse.draw2d.graph that return EdgeModifier and TypeMethodDescriptionEdgeList.getEdge(int index) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.draw2d.graph with parameters of type EdgeModifier and TypeMethodDescriptionvoidDirectedGraph.removeEdge(Edge edge) Removes the given edge from the graph.Constructors in org.eclipse.draw2d.graph with parameters of type EdgeModifierConstructorDescriptionVirtualNode(Edge e, int i) Deprecated.This class is for internal use only.
ArrayList.get(int)instead.