Uses of Class
org.jgraph.graph.PortView
Packages that use PortView
Package
Description
JGraph's topmost package which contains the JGraph class.
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 PortViewModifier and TypeMethodDescriptionJGraph.getDefaultPortForCell
(Object cell) Returns the default portview for the specified cell.JGraph.getPortViewAt
(double x, double y) Returns the portview at the specified location.JGraph.getPortViewAt
(double x, double y, int tolerance) Returns the portview at the specified location. -
Uses of PortView in org.jgraph.graph
Fields in org.jgraph.graph declared as PortViewModifier and TypeFieldDescriptionprotected PortView[]
GraphLayoutCache.ports
Cached array of all ports for the view.protected PortView
PortRenderer.view
Cache the current edgeview for drawing.Methods in org.jgraph.graph that return PortViewModifier and TypeMethodDescriptionprotected PortView
DefaultCellViewFactory.createPortView
(Object cell) Constructs a PortView view for the specified object.protected PortView
DefaultCellViewFactory.createPortView
(Port cell) Deprecated.PortView[]
GraphLayoutCache.getPorts()
Returns the ports of the view.
DefaultCellViewFactory.createPortView(Object)
since JGraph no longer exposes dependecies on GraphCell subclasses (Port, Edge)