| |
Class Edge
java.lang.Object
|
+----Edge
- public class Edge
- extends Object
A graph edge, referring 2 Nodes
- See Also:
- GraphPanel
-
getArrow()
- An arrow to be used drawing the edge
-
paint(Graphics, boolean)
- Draws a graph edge, possibly showing the current stress (length) value
paint
public void paint(Graphics g,
boolean showStress)
- Draws a graph edge, possibly showing the current stress (length) value
getArrow
protected Polygon getArrow()
- An arrow to be used drawing the edge
- See Also:
- direction
|