Inheritance diagram for org.jgraph.graph.DefaultEdge:
Public Member Functions | |
DefaultEdge () | |
DefaultEdge (Object userObject) | |
DefaultEdge (Object userObject, AttributeMap storageMap) | |
Object | getSource () |
Object | getTarget () |
void | setSource (Object port) |
void | setTarget (Object port) |
Object | clone () |
Protected Attributes | |
Object | source |
Object | target |
Classes | |
class | DefaultRouting |
class | LoopRouting |
|
Constructs an empty edge. |
|
Constructs an edge that holds a reference to the specified user object.
|
|
Constructs an edge that holds a reference to the specified user object and sets default values for points and the label position.
|
|
Create a clone of the cell. The cloning of the user object is deferred to the cloneUserObject() method. The source and target references are set to null.
Reimplemented from org.jgraph.graph.DefaultGraphCell. |
|
Returns the source of the edge. Implements org.jgraph.graph.Edge. |
|
Returns the target of the edge. Implements org.jgraph.graph.Edge. |
|
Sets the source of the edge. Implements org.jgraph.graph.Edge. |
|
Returns the target of Implements org.jgraph.graph.Edge. |
|
Source and target of the edge. |
|
|