All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class eduni.simdiag.GraphEventObject

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

public class GraphEventObject
extends EventObject
The basic graph event class. All graph commands are derived from this and override the doit() method.

See Also:
GraphData, GraphDisplay, GraphSetAxes, GraphSetScale, GraphClearObject

Constructor Index

 o GraphEventObject(Object)

Method Index

 o doit(GraphDiagram)
Implements graph commands.

Constructors

 o GraphEventObject
 public GraphEventObject(Object src)

Methods

 o doit
 public void doit(GraphDiagram d)
Implements graph commands. The graph commands override this to do their biz.


All Packages  Class Hierarchy  This Package  Previous  Next  Index