SimJava 2.0.1

eduni.simdiag
Class GraphSetScale

Object
  extended by EventObject
      extended by GraphEventObject
          extended by GraphSetScale
All Implemented Interfaces:
Serializable

public class GraphSetScale
extends GraphEventObject

Sets scale

See Also:
Serialized Form

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

Field Detail

xmin

double xmin

xmax

double xmax

ymin

double ymin

ymax

double ymax
Constructor Detail

GraphSetScale

public GraphSetScale(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 2.0.1

The University of Edinburgh, 2009