|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An easy to use histogram interface.. This class allows the user to easily histogram data generated by a collection of objects. In addition the class will generate some standard statistics over the resulting dataset.
Method Summary | |
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 EZBin. |
Object |
setBinCount(int theBinCount)
The setBinCount method sets the number of bins the histogram will have. |
Object |
setCollection(Object aCollection)
The setCollection method sets the collection of target objects which will be requested to generate the dataset for the histogram. |
Object |
setFileName(String fileName)
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 |
setLowerBound(double theMin)
The setLowerBound method sets the inclusive lower bound on the histogram range. |
Object |
setMonoColorBars(boolean mcb)
The setMonoColorBars method specifies whether all bars should be shown in a single color (blue). |
Object |
setProbedSelector(Selector aSel)
The setProbedSelector method sets the selector that will be applied to the objects in the specified collection in order to generate the dataset (inherited from MessageProbe.) |
Object |
setTitle(String title)
The setTitle method uses a title string to label a graph window in the graphical version of EZBin. |
Object |
setUpperBound(double theMax)
The setUpperBound method sets the non-inclusive upper bound on the histogram range. |
Method Detail |
public Object setGraphics(boolean state)
public Object setCollection(Object aCollection)
public Object setProbedSelector(Selector aSel)
public Object setFileOutput(boolean state)
public Object setTitle(String title)
public Object setFileName(String fileName)
public Object setAxisLabelsX$Y(String xl, String yl)
public Object setMonoColorBars(boolean mcb)
public Object setBinCount(int theBinCount)
public Object setLowerBound(double theMin)
public Object setUpperBound(double theMax)
public Object createEnd()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |