Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
DefaultPort
A simple implementation for a port.
|
Modifier and Type | Field and Description |
---|---|
protected Port |
DefaultPort.anchor
Reference to the anchor of this port
|
Modifier and Type | Method and Description |
---|---|
Port |
Port.getAnchor()
Returns the anchor of the port.
|
Port |
DefaultPort.getAnchor()
Returns the anchor of this port.
|
Modifier and Type | Method and Description |
---|---|
protected PortView |
DefaultCellViewFactory.createPortView(Port cell)
Deprecated.
replaced by
DefaultCellViewFactory.createPortView(Object) since
JGraph no longer exposes dependecies on GraphCell subclasses
(Port, Edge) |
void |
Port.setAnchor(Port port)
Sets the anchor of the port.
|
void |
DefaultPort.setAnchor(Port port)
Sets the anchor of this port.
|
Constructor and Description |
---|
DefaultPort(java.lang.Object userObject,
Port anchor)
Constructs a port that holds a reference to the specified user object
and a reference to the specified anchor.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.