public class FlowLayoutEdge
extends java.lang.Object
| Constructor and Description |
|---|
FlowLayoutEdge(int v1,
int v2)
This method is the class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FlowLayoutVertex |
getSourceNode()
This method returns the source vertex of the edge.
|
FlowLayoutVertex |
getTargetNode()
This method returns the target vertex of the edge.
|
public FlowLayoutEdge(int v1,
int v2)
v1 - the edge from vertex index.v2 - the edge to vertex index.public FlowLayoutVertex getSourceNode()
public FlowLayoutVertex getTargetNode()