|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hep.analysis.partition.AbstractBinFinder | +--hep.analysis.partition.StringBinFinder
Constructor Summary | |
StringBinFinder(RangeChangeListener l)
Construcs a BinFinder that gives each bin a name The RangeChangeListener will be called each time a new name is added to the list of bins. |
Method Summary | |
void |
clear()
|
int |
getBinAt(java.lang.String s)
|
java.lang.String[] |
getBinNames()
|
double |
getMax()
|
double |
getMin()
|
int |
getNumberOfBins()
|
Methods inherited from class hep.analysis.partition.AbstractBinFinder |
getBinAt, getBinAt, getBinAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringBinFinder(RangeChangeListener l)
Method Detail |
public int getBinAt(java.lang.String s)
getBinAt
in class AbstractBinFinder
public void clear()
clear
in class AbstractBinFinder
public int getNumberOfBins()
getNumberOfBins
in interface BinInfo
public java.lang.String[] getBinNames()
public double getMin()
getMin
in interface BinInfo
public double getMax()
getMax
in interface BinInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |