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
 
  
  -  
	GraphEventObject(Object)
   -  
 
  
  -  
	doit(GraphDiagram)
   -  Implements graph commands.
 
  
GraphEventObject
 public GraphEventObject(Object src)
  
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