|
JGraph |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the requirements for an object that represents an Edge in a GraphModel.
Nested Class Summary | |
static interface |
Edge.Routing
|
Method Summary | |
Object |
getSource()
Returns the source of the edge. |
Object |
getTarget()
Returns the target of the edge. |
void |
setSource(Object port)
Sets the source of the edge. |
void |
setTarget(Object port)
Returns the target of edge . |
Methods inherited from interface org.jgraph.graph.GraphCell |
changeAttributes, getAttributes, setAttributes |
Method Detail |
public Object getSource()
public Object getTarget()
public void setSource(Object port)
public void setTarget(Object port)
edge
.
|
JGraph |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |