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 - the
jgraph.graph package. |
Modifier and Type | Method and Description |
---|---|
PortView |
JGraph.getDefaultPortForCell(java.lang.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.
|
Modifier and Type | Field and Description |
---|---|
protected PortView[] |
GraphLayoutCache.ports
Cached array of all ports for the view.
|
protected PortView |
PortRenderer.view
Cache the current edgeview for drawing.
|
Modifier and Type | Method and Description |
---|---|
protected PortView |
DefaultCellViewFactory.createPortView(java.lang.Object cell)
Constructs a PortView view for the specified object.
|
protected PortView |
DefaultCellViewFactory.createPortView(Port cell)
Deprecated.
replaced by
DefaultCellViewFactory.createPortView(Object) since
JGraph no longer exposes dependecies on GraphCell subclasses
(Port, Edge) |
PortView[] |
GraphLayoutCache.getPorts()
Returns the ports of the view.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.