SimJava
v2.0

eduni.simdiag
Class GraphSetScale

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--eduni.simdiag.GraphEventObject
              |
              +--eduni.simdiag.GraphSetScale
All Implemented Interfaces:
java.io.Serializable

public class GraphSetScale
extends GraphEventObject

Sets scale

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GraphSetScale(java.lang.Object src, double xmin, double xmax, double ymin, double ymax)
           
 
Method Summary
 void doit(GraphDiagram d)
          Implements graph commands.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphSetScale

public GraphSetScale(java.lang.Object src,
                     double xmin,
                     double xmax,
                     double ymin,
                     double ymax)
Method Detail

doit

public void doit(GraphDiagram d)
Description copied from class: GraphEventObject
Implements graph commands. The graph commands override this to do their biz.
Overrides:
doit in class GraphEventObject

SimJava
v2.0

The University of Edinburgh, 2002