Uses of Class
org.jgraph.graph.PortView

Packages that use PortView
org.jgraph   
org.jgraph.graph   
 

Uses of PortView in org.jgraph
 

Methods in org.jgraph that return PortView
protected  PortView JGraph.createPortView(Object p, CellMapper cm)
          Constructs a PortView view for the specified object.
protected  PortView JGraph.createPortView(Port p, CellMapper cm)
          Deprecated. replaced by JGraph.createPortView(Object,CellMapper) since JGraph no longer exposes dependecies on GraphCell subclasses (Port, Edge)
 PortView JGraph.getPortViewAt(int x, int y)
          Returns the portview at the specified location.
 

Uses of PortView in org.jgraph.graph
 

Fields in org.jgraph.graph declared as PortView
protected  PortView[] GraphLayoutCache.ports
           
protected  PortView PortRenderer.view
          Cache the current edgeview for drawing.
 

Methods in org.jgraph.graph that return PortView
 PortView[] GraphLayoutCache.getPorts()
          Returns the ports of the view.