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
-
EdgePanel(GraphEventsAdaptor)
- NodePanel constructor comment.
-
clone()
-
-
paint(Graphics)
- paint method comment.
EdgePanel
public EdgePanel(GraphEventsAdaptor gea)
- NodePanel constructor comment.
- Parameters:
- gea - Graph.GraphEventsAdaptor
clone
public Object clone()
- Overrides:
- clone in class EdgeAttributes
paint
public void paint(Graphics g)
- paint method comment.
- Overrides:
- paint in class Container
All Packages Class Hierarchy This Package Previous Next Index