|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--heasarc.w3browse.plot.Histogram | +--heasarc.w3browse.plot.Cumulative
This class creates cumulative histogram plots.
Fields inherited from class heasarc.w3browse.plot.Histogram |
bin_width, bins, col, frequency, range, xval, yval |
Constructor Summary | |
Cumulative(Column col,
int nrows,
int bin)
Constructor for Cumulative |
Method Summary | |
void |
setFrequency(int nrows)
set cumulative Frequency |
Methods inherited from class heasarc.w3browse.plot.Histogram |
getHistPoints, getX, getY, setHistRanges |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Cumulative(Column col, int nrows, int bin)
Method Detail |
public void setFrequency(int nrows)
setFrequency
in class Histogram
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |