org.jgraph.graph
public interface Edge extends GraphCell
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 . |
edge
.