|
JGraph |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Port | |
---|---|
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 Port in org.jgraph |
---|
Methods in org.jgraph with parameters of type Port | |
---|---|
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 Port in org.jgraph.graph |
---|
Classes in org.jgraph.graph that implement Port | |
---|---|
class |
DefaultPort
A simple implementation for a port. |
Fields in org.jgraph.graph declared as Port | |
---|---|
protected Port |
DefaultPort.anchor
Reference to the anchor of this port |
Methods in org.jgraph.graph that return Port | |
---|---|
Port |
DefaultPort.getAnchor()
Returns the anchor of this port. |
Port |
Port.getAnchor()
Returns the anchor of the port. |
Methods in org.jgraph.graph with parameters of type Port | |
---|---|
void |
DefaultPort.setAnchor(Port port)
Sets the anchor of this port. |
void |
Port.setAnchor(Port port)
Sets the anchor of the port. |
Constructors in org.jgraph.graph with parameters of type Port | |
---|---|
DefaultPort(Object userObject,
Port anchor)
Constructs a vertex that holds a reference to the specified user object and a reference to the specified anchor. |
|
JGraph |
|||||||||
PREV NEXT | FRAMES NO FRAMES |