jas2.hist
Interface Rebinnable2DHistogramData
-
- All Superinterfaces:
- DataSource
- All Known Subinterfaces:
- HasScatterPlotData, Rebinnable2DVariableHistogramData
- All Known Implementing Classes:
- CopyOfRefP1D_2Dhisto, Gauss2D, JAS2DRebinAdaptor, Live2DGauss, Partition2DAdapter, ScatterAdapter, ScatterSliceAdapter, ScatterTreeData, ScatterTwoDAdapter, TwoDAdapter, TwoDSliceAdapter
public interface Rebinnable2DHistogramData extends DataSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.String[]getXAxisLabels()intgetXAxisType()intgetXBins()doublegetXMax()doublegetXMin()java.lang.String[]getYAxisLabels()intgetYAxisType()intgetYBins()doublegetYMax()doublegetYMin()booleanisRebinnable()double[][][]rebin(int xbins, double xmin, double xmax, int ybins, double ymin, double ymax, boolean wantErrors, boolean hurry, boolean overflow)-
Methods inherited from interface jas2.hist.DataSource
getTitle
-
-
-
-
Method Detail
-
rebin
double[][][] rebin(int xbins, double xmin, double xmax, int ybins, double ymin, double ymax, boolean wantErrors, boolean hurry, boolean overflow)
-
getXMin
double getXMin()
-
getXMax
double getXMax()
-
getYMin
double getYMin()
-
getYMax
double getYMax()
-
getXBins
int getXBins()
-
getYBins
int getYBins()
-
isRebinnable
boolean isRebinnable()
-
getXAxisType
int getXAxisType()
-
getYAxisType
int getYAxisType()
-
getXAxisLabels
java.lang.String[] getXAxisLabels()
-
getYAxisLabels
java.lang.String[] getYAxisLabels()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG