Uses of Interface
org.pzgui.layout.Edge

Packages that use Edge
org.openflow.gui.drawables Objects which can be drawn by the Pan-Zoom GUI. 
org.pzgui.layout Extends the base Pan-Zoom GUI system to provide automatic node layout. 
 

Uses of Edge in org.openflow.gui.drawables
 

Classes in org.openflow.gui.drawables that implement Edge
 class Link
          Information about a link.
 

Uses of Edge in org.pzgui.layout
 

Classes in org.pzgui.layout with type parameters of type Edge
 interface Vertex<E extends Edge>
          Interface which Vertices must implement in order to be laid out.
 

Methods in org.pzgui.layout that return types with arguments of type Edge
 edu.uci.ics.jung.graph.Graph<Vertex,Edge> PZLayoutManager.getGraph()
          gets the graph backing the layout manager
 edu.uci.ics.jung.algorithms.layout.Layout<Vertex,Edge> PZLayoutManager.getLayout()
          gets the current layout, if any
 

Method parameters in org.pzgui.layout with type arguments of type Edge
 void PZLayoutManager.setLayout(edu.uci.ics.jung.algorithms.layout.Layout<Vertex,Edge> layout)
          sets the current layout