public class EdgeView
extends java.lang.Object
| Constructor and Description |
|---|
EdgeView(NodeView source,
NodeView target) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(java.awt.Graphics2D g,
int x1,
int y1,
int x2,
int y2) |
NodeView |
getSource() |
NodeView |
getTarget() |