All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.analysis.Base1DPartition

java.lang.Object
   |
   +----java.util.Observable
           |
           +----hep.analysis.Partition
                   |
                   +----hep.analysis.Base1DPartition

public abstract class Base1DPartition
extends Partition

Constructor Index

 o Base1DPartition()

Method Index

 o clearDataChanged()
 o clearRangeChanged()
 o destroy()
 o done()
 o fill(Date)
 o fill(Date, double)
 o fill(double)
 o fill(double, double)
 o fill(int)
 o fill(int, double)
 o fill(String)
 o fill(String, double)
 o getArea()
 o getAxisLabels()
 o getAxisType()
 o getBin(int)
 o getBinAt(Date)
 o getBinAt(double)
 o getBinAt(int)
 o getBinAt(String)
 o getBins()
 o getEntries()
 o getError(int)
 o getErrors()
 o getMax()
 o getMean()
 o getMin()
 o getMinusError(int)
 o getMinusErrors()
 o getNumberOfBins()
 o getOverflow()
 o getPlusError(int)
 o getPlusErrors()
 o getRMS()
 o getUnderflow()
 o hasAsymmetricErrorBars()
 o hasChanged()
 o hasSimpleQuadraticErrorBars()
 o isRebinnable()
 o setBinning(int, double, double)
 o setDataAndRangeChanged()
 o setDataChanged()
 o setRangeChanged()

Constructors

 o Base1DPartition
 public Base1DPartition()

Methods

 o fill
 public void fill(double x,
                  double v)
 o fill
 public void fill(int x,
                  double v)
 o fill
 public void fill(String x,
                  double v)
 o fill
 public void fill(Date x,
                  double v)
 o fill
 public void fill(double x)
 o fill
 public void fill(int x)
 o fill
 public void fill(String x)
 o fill
 public void fill(Date x)
 o getBinAt
 public int getBinAt(double x) throws NoSuchBinException
 o getBinAt
 public int getBinAt(int x) throws NoSuchBinException
 o getBinAt
 public int getBinAt(String x) throws NoSuchBinException
 o getBinAt
 public int getBinAt(Date x) throws NoSuchBinException
 o getBin
 public double getBin(int bin) throws NoSuchBinException
 o hasAsymmetricErrorBars
 public boolean hasAsymmetricErrorBars()
 o hasSimpleQuadraticErrorBars
 public boolean hasSimpleQuadraticErrorBars()
 o getPlusError
 public double getPlusError(int bin)
 o getMinusError
 public double getMinusError(int bin)
 o getPlusErrors
 public double[] getPlusErrors()
 o getMinusErrors
 public double[] getMinusErrors()
 o getError
 protected double getError(int bin)
 o isRebinnable
 public boolean isRebinnable()
 o setBinning
 public void setBinning(int bins,
                        double min,
                        double max)
 o getAxisLabels
 public String[] getAxisLabels()
 o getAxisType
 public int getAxisType()
 o getBins
 public abstract double[] getBins()
 o getErrors
 protected abstract double[] getErrors()
 o getOverflow
 public abstract double getOverflow()
 o getUnderflow
 public abstract double getUnderflow()
 o getEntries
 public abstract int getEntries()
 o getArea
 public abstract double getArea()
 o getMean
 public abstract double getMean()
 o getRMS
 public abstract double getRMS()
 o getNumberOfBins
 public abstract int getNumberOfBins()
 o getMin
 public abstract double getMin()
 o getMax
 public abstract double getMax()
 o destroy
 public void destroy()
Overrides:
destroy in class Partition
 o setDataChanged
 protected void setDataChanged()
 o setDataAndRangeChanged
 protected void setDataAndRangeChanged()
 o clearDataChanged
 protected void clearDataChanged()
 o setRangeChanged
 protected void setRangeChanged()
 o clearRangeChanged
 protected void clearRangeChanged()
 o done
 public void done()
Overrides:
done in class Partition
 o hasChanged
 public boolean hasChanged()
Overrides:
hasChanged in class Observable

All Packages  Class Hierarchy  This Package  Previous  Next  Index