Uses of Interface
com.jgraph.graph.Edge

Packages that use Edge
com.jgraph JGraph's topmost package which contains the JGraph class. 
com.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - the jgraph.graph package. 
 

Uses of Edge in com.jgraph
 

Methods in com.jgraph with parameters of type Edge
protected  EdgeView JGraph.createEdgeView(Edge e, CellMapper cm)
          Constructs an EdgeView view for the specified object.
 

Uses of Edge in com.jgraph.graph
 

Classes in com.jgraph.graph that implement Edge
 class DefaultEdge
          A simple implementation for an edge.
 

Constructors in com.jgraph.graph with parameters of type Edge
ConnectionSet(Edge edge, Port port, boolean source)
          Constructs a ConnectionSet with one Connection.
ConnectionSet(Edge edge, Port source, Port target)
          Constructs a ConnectionSet with two Connections (to the source and target port of the edge).