All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Graph.EdgePanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----Graph.EdgeAttributes
                                   |
                                   +----Graph.EdgePanel

public class EdgePanel
extends EdgeAttributes
implements Serializable
The only available EdgeAttribute class at this time. It is just a simple Panel.

See Also:
EdgeAttributes

Constructor Index

 o EdgePanel(GraphEventsAdaptor)
NodePanel constructor comment.

Method Index

 o clone()
 o paint(Graphics)
paint method comment.

Constructors

 o EdgePanel
 public EdgePanel(GraphEventsAdaptor gea)
NodePanel constructor comment.

Parameters:
gea - Graph.GraphEventsAdaptor

Methods

 o clone
 public Object clone()
Overrides:
clone in class EdgeAttributes
 o paint
 public void paint(Graphics g)
paint method comment.

Overrides:
paint in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index