|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class for easily create graphs.. This class allows the user to easily create graphs of various quantities in the model s/he is investigating. The user first creates the EZGraph, and then creates "Sequences"; (lines) which will appear in the graph. The sequences are generated based on data provided by a single object or a collection of target objects, in reponse to a specified selector. One of the features of the EZGraph is that it will automatically generate average, total, min, max and count sequences without the user having to mess with Averagers amd other low-level classes.
Method Summary | |
Object |
create$setFileName(Zone aZone,
String aFileName)
Convenience method for creating a non-graphical EZGraph, in this case, the filename is explicitly set by the user |
Object |
create$setFileOutput(Zone aZone,
boolean fileOutputFlag)
Convenience method for creating a non-graphical EZGraph, the filename is generated from the sequence name |
Object |
create$setTitle$setAxisLabelsX$Y$setWindowGeometryRecordName(Zone aZone,
String aTitle,
String xl,
String yl,
String windowGeometryRecordName)
Convenience method for creating `graphical' EZGraph instances |
Object |
createEnd()
|
Object |
setAxisLabelsX$Y(String xl,
String yl)
The setAxisLabels:X:Y method sets the horizontal and vertical labels on the histogram in the graphical version of EZGraph. |
Object |
setFileName(String aFileName)
The setFileName method sets the name used for disk file data output. |
Object |
setFileOutput(boolean state)
The setFileOutput method sets the state of file I/O. |
Object |
setGraphics(boolean state)
The setGraphics method sets the state of the display. |
Object |
setTitle(String aTitle)
The setTitle method uses a title string to label a graph window in the graphical version of EZGraph. |
Methods inherited from interface swarm.defobj.CreateC |
create,
createBegin |
Methods inherited from interface swarm.defobj.CustomizeC |
customizeBegin,
customizeCopy,
customizeEnd |
Method Detail |
public Object create$setTitle$setAxisLabelsX$Y$setWindowGeometryRecordName(Zone aZone, String aTitle, String xl, String yl, String windowGeometryRecordName)
public Object create$setFileOutput(Zone aZone, boolean fileOutputFlag)
public Object create$setFileName(Zone aZone, String aFileName)
public Object setGraphics(boolean state)
public Object setFileOutput(boolean state)
public Object setFileName(String aFileName)
public Object setTitle(String aTitle)
public Object setAxisLabelsX$Y(String xl, String yl)
public Object createEnd()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |