org.jgraph.graph
Interface Edge
- GraphCell
- DefaultEdge
Defines the requirements for an object that represents an Edge in a
GraphModel.
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 .
|
getSource
public Object getSource()
Returns the source of the edge.
getTarget
public Object getTarget()
Returns the target of the edge.
setSource
public void setSource(Object port)
Sets the source of the edge.
setTarget
public void setTarget(Object port)
Returns the target of edge
.
Copyright (C) 2001-2008 Gaudenz Alder. All rights reserved.