JGraph
v5.0


Uses of Class
org.jgraph.graph.PortView

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

Uses of PortView in org.jgraph
 

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

Uses of PortView in org.jgraph.graph
 

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

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


JGraph
v5.0


Copyright (C) 2003-2004 Gaudenz Alder. All rights reserved.