Uses of Class
org.jgraph.graph.PortView
-
Packages that use PortView Package Description 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 - thejgraph.graphpackage. -
-
Uses of PortView in org.jgraph
Methods in org.jgraph that return PortView Modifier and Type Method Description PortViewJGraph. getDefaultPortForCell(java.lang.Object cell)Returns the default portview for the specified cell.PortViewJGraph. getPortViewAt(double x, double y)Returns the portview at the specified location.PortViewJGraph. 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 PortView Modifier and Type Field Description protected PortView[]GraphLayoutCache. portsCached array of all ports for the view.protected PortViewPortRenderer. viewCache the current edgeview for drawing.Methods in org.jgraph.graph that return PortView Modifier and Type Method Description protected PortViewDefaultCellViewFactory. createPortView(java.lang.Object cell)Constructs a PortView view for the specified object.protected PortViewDefaultCellViewFactory. createPortView(Port cell)Deprecated.replaced byDefaultCellViewFactory.createPortView(Object)since JGraph no longer exposes dependecies on GraphCell subclasses (Port, Edge)PortView[]GraphLayoutCache. getPorts()Returns the ports of the view.
-