All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class eduni.simdiag.GraphSetScale
java.lang.Object
   |
   +----java.util.EventObject
           |
           +----eduni.simdiag.GraphEventObject
                   |
                   +----eduni.simdiag.GraphSetScale
  -  public class GraphSetScale
  -  extends GraphEventObject
Sets scale
   
  -   GraphSetScale(Object, double, double, double, double) GraphSetScale(Object, double, double, double, double)
-  
   
  -   doit(GraphDiagram) doit(GraphDiagram)
-  Implements graph commands.
   
 GraphSetScale
GraphSetScale
 public GraphSetScale(Object src,
                      double xmin,
                      double xmax,
                      double ymin,
                      double ymax)
   
 doit
doit
 public void doit(GraphDiagram d)
  -  Implements graph commands.
   
- 
    -  Overrides:
    
-  doit in class GraphEventObject
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index