All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class eduni.simdiag.GraphSetAxes

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

public class GraphSetAxes
extends GraphEventObject
Stores a command to set the axes labels for this graph.


Constructor Index

 o GraphSetAxes(Object, String, String)
Constructs a setaxes command.

Method Index

 o doit(GraphDiagram)
Sets the axes labels of the given diagram.

Constructors

 o GraphSetAxes
 public GraphSetAxes(Object src,
                     String xax,
                     String yax)
Constructs a setaxes command.

Parameters:
xax - The label of the X axis.
yax - The label of the Y axis.

Methods

 o doit
 public void doit(GraphDiagram d)
Sets the axes labels of the given diagram. Called by the recipient of the command.

Overrides:
doit in class GraphEventObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index