|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Observable | +--jas.hist.test.Gauss | +--jas.hist.test.StringGauss
Inner classes inherited from class jas.hist.test.Gauss |
Gauss.PaulStatistics |
Fields inherited from class jas.hist.test.Gauss |
MAXSIZE |
Fields inherited from interface jas.hist.DataSource |
DATE, DELTATIME, DOUBLE, INTEGER, STRING |
Constructor Summary | |
StringGauss(java.lang.String name,
int entries,
double max,
double offX,
double offY)
|
Method Summary | |
java.lang.String[] |
getAxisLabels()
Returns the axis labels. |
int |
getAxisType()
Returns one of DOUBLE,INTEGER,STRING,DATE or DELTATIME |
int |
getBins()
Returns the (suggested) number of bins to use |
boolean |
isRebinnable()
Returns true if the data source is capable of recalculating the bin contents, or false of the interface is not-capable of recalculating the bin contents. |
Methods inherited from class jas.hist.test.Gauss |
getData, getMax, getMin, getSize, getStatistics, getStyle, getTitle, rebin, setSize, setStats, setStyle, writeAsXML |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringGauss(java.lang.String name, int entries, double max, double offX, double offY)
Method Detail |
public int getAxisType()
Rebinnable1DHistogramData
getAxisType
in class Gauss
public boolean isRebinnable()
Rebinnable1DHistogramData
isRebinnable
in class Gauss
jas.hist.Rebinnable1DHistogramData
public java.lang.String[] getAxisLabels()
Rebinnable1DHistogramData
getAxisLabels
in class Gauss
jas.hist.Rebinnable1DHistogramData
public int getBins()
Rebinnable1DHistogramData
getBins
in class Gauss
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |