All Packages Class Hierarchy This Package Previous Next Index
Class Graph.EdgeLine
java.lang.Object
|
+----Graph.Edge
|
+----Graph.EdgeLine
- public class EdgeLine
- extends Edge
- implements Serializable
-
EdgeLine(Integer, Node, Node)
-
-
clone()
-
Customized cloning
-
paint(Graphics)
-
-
setEventAdaptor(GraphEventsAdaptor)
-
EdgeLine
public EdgeLine(Integer Id,
Node n1,
Node n2)
clone
public Object clone()
- Customized cloning
- Overrides:
- clone in class Edge
paint
public void paint(Graphics g)
- Overrides:
- paint in class Edge
setEventAdaptor
public void setEventAdaptor(GraphEventsAdaptor gea)
- Overrides:
- setEventAdaptor in class Edge
All Packages Class Hierarchy This Package Previous Next Index