public interface Edge extends GraphCell
Modifier and Type | Interface and Description |
---|---|
static interface |
Edge.Routing |
Modifier and Type | Method and Description |
---|---|
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 . |
changeAttributes, getAttributes, setAttributes
Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.