All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class eduni.simdiag.GraphDisplay

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----eduni.simdiag.GraphEventObject
                   |
                   +----eduni.simdiag.GraphDisplay

public class GraphDisplay
extends GraphEventObject
Displays graph. Required to update the display after a set of GraphData commands. see also the design document.


Constructor Index

 o GraphDisplay(Object)

Method Index

 o doit(GraphDiagram)
Implements graph commands.

Constructors

 o GraphDisplay
 public GraphDisplay(Object src)

Methods

 o doit
 public void doit(GraphDiagram d)
Implements graph commands.

Overrides:
doit in class GraphEventObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index