|
SimJava 2.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectEventObject
GraphEventObject
GraphSetAxes
public class GraphSetAxes
Stores a command to set the axes labels for this graph.
| Field Summary | |
|---|---|
(package private) String |
xax
|
(package private) String |
yax
|
| Fields inherited from class EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
GraphSetAxes(Object src,
String xax,
String yax)
Constructs a setaxes command. |
|
| Method Summary | |
|---|---|
void |
doit(GraphDiagram d)
Sets the axes labels of the given diagram. |
| Methods inherited from class EventObject |
|---|
getSource, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
String xax
String yax
| Constructor Detail |
|---|
public GraphSetAxes(Object src,
String xax,
String yax)
xax - The label of the X axis.yax - The label of the Y axis.| Method Detail |
|---|
public void doit(GraphDiagram d)
doit in class GraphEventObject
|
SimJava 2.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||