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

Constructor Index

 o EdgeLine(Integer, Node, Node)

Method Index

 o clone()
Customized cloning
 o paint(Graphics)
 o setEventAdaptor(GraphEventsAdaptor)

Constructors

 o EdgeLine
 public EdgeLine(Integer Id,
                 Node n1,
                 Node n2)

Methods

 o clone
 public Object clone()
Customized cloning

Overrides:
clone in class Edge
 o paint
 public void paint(Graphics g)
Overrides:
paint in class Edge
 o setEventAdaptor
 public void setEventAdaptor(GraphEventsAdaptor gea)
Overrides:
setEventAdaptor in class Edge

All Packages  Class Hierarchy  This Package  Previous  Next  Index