public interface Edge extends GraphCell
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Edge.Routing |
| Modifier and Type | Method and Description |
|---|---|
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. |
changeAttributes, getAttributes, setAttributesjava.lang.Object getSource()
java.lang.Object getTarget()
void setSource(java.lang.Object port)
void setTarget(java.lang.Object port)
edge.Copyright (C) 2001-2008 Gaudenz Alder. All rights reserved.