All Packages Class Hierarchy This Package Previous Next Index
Interface jas.hist.Rebinnable2DHistogramData
- public interface Rebinnable2DHistogramData
- extends DataSource
-
getXAxisLabels()
-
-
getXAxisType()
-
-
getXBins()
-
-
getXMax()
-
-
getXMin()
-
-
getYAxisLabels()
-
-
getYAxisType()
-
-
getYBins()
-
-
getYMax()
-
-
getYMin()
-
-
isRebinnable()
-
-
rebin(int, double, double, int, double, double, boolean, boolean, boolean)
-
rebin
public abstract double[][][] rebin(int xbins,
double xmin,
double xmax,
int ybins,
double ymin,
double ymax,
boolean wantErrors,
boolean hurry,
boolean overflow)
getXMin
public abstract double getXMin()
getXMax
public abstract double getXMax()
getYMin
public abstract double getYMin()
getYMax
public abstract double getYMax()
getXBins
public abstract int getXBins()
getYBins
public abstract int getYBins()
isRebinnable
public abstract boolean isRebinnable()
getXAxisType
public abstract int getXAxisType()
getYAxisType
public abstract int getYAxisType()
getXAxisLabels
public abstract String[] getXAxisLabels()
getYAxisLabels
public abstract String[] getYAxisLabels()
All Packages Class Hierarchy This Package Previous Next Index