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