JGraph | |
| Frames | No Frames |
Methods with return type org.jgraph.graph.PortView | |
| PortView | JGraph.getDefaultPortForCell(Object cell) Returns the default portview for the specified cell. |
| PortView | JGraph.getPortViewAt(double x, double y) Returns the portview at the specified location. |
| PortView | JGraph.getPortViewAt(double x, double y, int tolerance) Returns the portview at the specified location. |
Fields of type org.jgraph.graph.PortView | |
| PortView[] | Cached array of all ports for the view. |
| PortView | Cache the current edgeview for drawing. |
Methods with return type org.jgraph.graph.PortView | |
| PortView | DefaultCellViewFactory.createPortView(Object cell) Constructs a PortView view for the specified object. |
| PortView | Constructs a PortView view for the specified object. |
| PortView[] | Returns the ports of the view. |