hep.aida.ref.plotter.adapter
Class AIDAHistogramAdapter1D

java.lang.Object
  extended by java.util.Observable
      extended by hep.aida.ref.event.ObserverAdapter
          extended by hep.aida.ref.plotter.adapter.AIDAHistogramAdapter1D
All Implemented Interfaces:
AIDAListener, jas.hist.DataSource, jas.hist.HasStatistics, jas.hist.Rebinnable1DHistogramData

public class AIDAHistogramAdapter1D
extends ObserverAdapter
implements jas.hist.Rebinnable1DHistogramData, jas.hist.HasStatistics


Field Summary
 
Fields inherited from interface jas.hist.DataSource
DATE, DELTATIME, DOUBLE, INTEGER, STRING
 
Method Summary
static jas.hist.DataSource create(hep.aida.IHistogram h)
          Create a DataSource from a Histogram
 java.lang.String[] getAxisLabels()
           
 int getAxisType()
           
 int getBins()
           
 double getMax()
           
 double getMin()
          Returns the (suggested) minimum value for the X axis
 jas.hist.Statistics getStatistics()
           
 java.lang.String getTitle()
           
 boolean isRebinnable()
           
 double[][] rebin(int bins, double min, double max, boolean wantErrors, boolean hurry)
           
 void setAxisType(int type)
           
 
Methods inherited from class hep.aida.ref.event.ObserverAdapter
addObserver, clearObservable, deleteObserver, deleteObservers, getObservable, setObservable, stateChanged
 
Methods inherited from class java.util.Observable
countObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

rebin

public double[][] rebin(int bins,
                        double min,
                        double max,
                        boolean wantErrors,
                        boolean hurry)
Specified by:
rebin in interface jas.hist.Rebinnable1DHistogramData

getMin

public double getMin()
Returns the (suggested) minimum value for the X axis

Specified by:
getMin in interface jas.hist.Rebinnable1DHistogramData

getMax

public double getMax()
Specified by:
getMax in interface jas.hist.Rebinnable1DHistogramData

getBins

public int getBins()
Specified by:
getBins in interface jas.hist.Rebinnable1DHistogramData

isRebinnable

public boolean isRebinnable()
Specified by:
isRebinnable in interface jas.hist.Rebinnable1DHistogramData

getAxisType

public int getAxisType()
Specified by:
getAxisType in interface jas.hist.Rebinnable1DHistogramData

setAxisType

public void setAxisType(int type)

getAxisLabels

public java.lang.String[] getAxisLabels()
Specified by:
getAxisLabels in interface jas.hist.Rebinnable1DHistogramData

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface jas.hist.DataSource

getStatistics

public jas.hist.Statistics getStatistics()
Specified by:
getStatistics in interface jas.hist.HasStatistics

create

public static jas.hist.DataSource create(hep.aida.IHistogram h)
Create a DataSource from a Histogram



jHepWork 1.1 (C) Chekanov