|
|||||||||
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 | |
java.lang.Object |
create$setFileName(Zone aZone,
java.lang.String filename)
Convenience method for creating a non-graphical EZGraph, in this case, the filename is explicitly set by the user |
java.lang.Object |
create$setFileOutput(Zone aZone,
boolean fileOutputFlag)
Convenience method for creating a non-graphical EZGraph, the filename is generated from the sequence name |
java.lang.Object |
create$setHDF5Container$setPrefix(Zone aZone,
HDF5 hdf5Container,
java.lang.String prefix)
Convenience method for creating a non-graphical EZGraph, inside of a HDF5 container. |
java.lang.Object |
create$setTitle$setAxisLabelsX$Y$setWindowGeometryRecordName(Zone aZone,
java.lang.String aTitle,
java.lang.String xl,
java.lang.String yl,
java.lang.String windowGeometryRecordName)
Convenience method for creating `graphical' EZGraph instances |
java.lang.Object |
create$setTitle$setAxisLabelsX$Y$setWindowGeometryRecordName$setSaveSizeFlag(Zone aZone,
java.lang.String aTitle,
java.lang.String xl,
java.lang.String yl,
java.lang.String windowGeometryRecordName,
boolean saveSizeFlag)
|
java.lang.Object |
setAxisLabelsX$Y(java.lang.String xl,
java.lang.String yl)
The setAxisLabels:X:Y method sets the horizontal and vertical labels on the histogram in the graphical version of EZGraph. |
java.lang.Object |
setColors$count(java.lang.String[] colors,
int count)
Set a custom vector of colors for the graph lines |
java.lang.Object |
setFileName(java.lang.String aFileName)
The setFileName method sets the name used for disk file data output. |
java.lang.Object |
setFileOutput(boolean state)
The setFileOutput method sets the state of file I/O. |
java.lang.Object |
setGraphics(boolean state)
The setGraphics method sets the state of the display. |
java.lang.Object |
setHDF5Container(HDF5 hdf5Container)
The setHDF5Container: method allows one to combine multiple graphs with multiple sequences in a single HDF5 file. |
java.lang.Object |
setTitle(java.lang.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,
createEnd |
Methods inherited from interface swarm.defobj.CustomizeC |
customizeBegin,
customizeCopy,
customizeEnd |
Methods inherited from interface swarm.simtoolsgui.CompositeWindowGeometryRecordNameC |
setWindowGeometryRecordNameForComponent$widget |
Methods inherited from interface swarm.simtoolsgui.WindowGeometryRecordNameC |
setSaveSizeFlag,
setWindowGeometryRecordName |
Method Detail |
public java.lang.Object create$setTitle$setAxisLabelsX$Y$setWindowGeometryRecordName(Zone aZone, java.lang.String aTitle, java.lang.String xl, java.lang.String yl, java.lang.String windowGeometryRecordName)
public java.lang.Object create$setTitle$setAxisLabelsX$Y$setWindowGeometryRecordName$setSaveSizeFlag(Zone aZone, java.lang.String aTitle, java.lang.String xl, java.lang.String yl, java.lang.String windowGeometryRecordName, boolean saveSizeFlag)
public java.lang.Object create$setFileOutput(Zone aZone, boolean fileOutputFlag)
public java.lang.Object create$setFileName(Zone aZone, java.lang.String filename)
public java.lang.Object create$setHDF5Container$setPrefix(Zone aZone, HDF5 hdf5Container, java.lang.String prefix)
public java.lang.Object setGraphics(boolean state)
public java.lang.Object setFileOutput(boolean state)
public java.lang.Object setHDF5Container(HDF5 hdf5Container)
public java.lang.Object setFileName(java.lang.String aFileName)
public java.lang.Object setTitle(java.lang.String aTitle)
public java.lang.Object setAxisLabelsX$Y(java.lang.String xl, java.lang.String yl)
public java.lang.Object setColors$count(java.lang.String[] colors, int count)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |