hep.analysis.partition
Class SimpleTwoDDataSourceAdapter

java.lang.Object
  |
  +--hep.analysis.partition.SimpleTwoDDataSourceAdapter
All Implemented Interfaces:
java.io.Serializable, TwoDDataSource

public class SimpleTwoDDataSourceAdapter
extends java.lang.Object
implements TwoDDataSource, java.io.Serializable

See Also:
Serialized Form

Method Summary
 double[][] getBins()
           
 double[][] getMinusErrors()
           
 double[][] getPlusErrors()
           
 java.lang.String[] getXAxisLabels()
           
 int getXAxisType()
           
 double getXMax()
           
 double getXMin()
           
 java.lang.String[] getYAxisLabels()
           
 int getYAxisType()
           
 double getYMax()
           
 double getYMin()
           
 boolean hasAsymmetricErrorBars()
           
 boolean hasSimpleQuadraticErrorBars()
           
 boolean isRebinnable()
           
 void setXBinning(int bins, double min, double max)
           
 void setYBinning(int bins, double min, double max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasAsymmetricErrorBars

public boolean hasAsymmetricErrorBars()
Specified by:
hasAsymmetricErrorBars in interface TwoDDataSource

hasSimpleQuadraticErrorBars

public boolean hasSimpleQuadraticErrorBars()
Specified by:
hasSimpleQuadraticErrorBars in interface TwoDDataSource

getPlusErrors

public double[][] getPlusErrors()
Specified by:
getPlusErrors in interface TwoDDataSource

getMinusErrors

public double[][] getMinusErrors()
Specified by:
getMinusErrors in interface TwoDDataSource

getBins

public double[][] getBins()
Specified by:
getBins in interface TwoDDataSource

isRebinnable

public boolean isRebinnable()
Specified by:
isRebinnable in interface TwoDDataSource

setXBinning

public void setXBinning(int bins,
                        double min,
                        double max)
Specified by:
setXBinning in interface TwoDDataSource

setYBinning

public void setYBinning(int bins,
                        double min,
                        double max)
Specified by:
setYBinning in interface TwoDDataSource

getXAxisLabels

public java.lang.String[] getXAxisLabels()
Specified by:
getXAxisLabels in interface TwoDDataSource

getXAxisType

public int getXAxisType()
Specified by:
getXAxisType in interface TwoDDataSource

getYAxisLabels

public java.lang.String[] getYAxisLabels()
Specified by:
getYAxisLabels in interface TwoDDataSource

getYAxisType

public int getYAxisType()
Specified by:
getYAxisType in interface TwoDDataSource

getXMin

public double getXMin()
Specified by:
getXMin in interface TwoDDataSource

getXMax

public double getXMax()
Specified by:
getXMax in interface TwoDDataSource

getYMin

public double getYMin()
Specified by:
getYMin in interface TwoDDataSource

getYMax

public double getYMax()
Specified by:
getYMax in interface TwoDDataSource