jas.hist
Interface Rebinnable2DHistogramData

All Superinterfaces:
DataSource
All Known Subinterfaces:
HasScatterPlotData
All Known Implementing Classes:
TwoDAdapter, ScatterTwoDAdapter, Gauss2D, Partition2DAdapter, JAS2DRebinAdaptor

public interface Rebinnable2DHistogramData
extends DataSource


Fields inherited from interface jas.hist.DataSource
DATE, DELTATIME, DOUBLE, INTEGER, STRING
 
Method Summary
 java.lang.String[] getXAxisLabels()
           
 int getXAxisType()
           
 int getXBins()
           
 double getXMax()
           
 double getXMin()
           
 java.lang.String[] getYAxisLabels()
           
 int getYAxisType()
           
 int getYBins()
           
 double getYMax()
           
 double getYMin()
           
 boolean isRebinnable()
           
 double[][][] rebin(int xbins, double xmin, double xmax, int ybins, double ymin, double ymax, boolean wantErrors, boolean hurry, boolean overflow)
           
 
Methods inherited from interface jas.hist.DataSource
getTitle
 

Method Detail

rebin

public double[][][] rebin(int xbins,
                          double xmin,
                          double xmax,
                          int ybins,
                          double ymin,
                          double ymax,
                          boolean wantErrors,
                          boolean hurry,
                          boolean overflow)

getXMin

public double getXMin()

getXMax

public double getXMax()

getYMin

public double getYMin()

getYMax

public double getYMax()

getXBins

public int getXBins()

getYBins

public int getYBins()

isRebinnable

public boolean isRebinnable()

getXAxisType

public int getXAxisType()

getYAxisType

public int getYAxisType()

getXAxisLabels

public java.lang.String[] getXAxisLabels()

getYAxisLabels

public java.lang.String[] getYAxisLabels()