All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jas.hist.Rebinnable2DHistogramData

public interface Rebinnable2DHistogramData
extends DataSource

Method Index

 o getXAxisLabels()
 o getXAxisType()
 o getXBins()
 o getXMax()
 o getXMin()
 o getYAxisLabels()
 o getYAxisType()
 o getYBins()
 o getYMax()
 o getYMin()
 o isRebinnable()
 o rebin(int, double, double, int, double, double, boolean, boolean, boolean)

Methods

 o rebin
 public abstract double[][][] rebin(int xbins,
                                    double xmin,
                                    double xmax,
                                    int ybins,
                                    double ymin,
                                    double ymax,
                                    boolean wantErrors,
                                    boolean hurry,
                                    boolean overflow)
 o getXMin
 public abstract double getXMin()
 o getXMax
 public abstract double getXMax()
 o getYMin
 public abstract double getYMin()
 o getYMax
 public abstract double getYMax()
 o getXBins
 public abstract int getXBins()
 o getYBins
 public abstract int getYBins()
 o isRebinnable
 public abstract boolean isRebinnable()
 o getXAxisType
 public abstract int getXAxisType()
 o getYAxisType
 public abstract int getYAxisType()
 o getXAxisLabels
 public abstract String[] getXAxisLabels()
 o getYAxisLabels
 public abstract String[] getYAxisLabels()

All Packages  Class Hierarchy  This Package  Previous  Next  Index