hep.aida.ref.plotter.adapter
Class AIDACloudAdapter1D
java.lang.Object
java.util.Observable
hep.aida.ref.event.ObserverAdapter
hep.aida.ref.plotter.adapter.AIDACloudAdapter
hep.aida.ref.plotter.adapter.AIDACloudAdapter1D
- All Implemented Interfaces:
- AIDAListener, jas.hist.DataSource, jas.hist.HasStatistics, jas.hist.Rebinnable1DHistogramData
- public class AIDACloudAdapter1D
- extends hep.aida.ref.plotter.adapter.AIDACloudAdapter
- implements jas.hist.Rebinnable1DHistogramData, jas.hist.HasStatistics
- Version:
- $Id: AIDACloudAdapter1D.java,v 1.8 2005/05/11 19:28:00 serbo Exp $
- Author:
- manj
- Source Code:
- AIDACloudAdapter1D.java
Fields inherited from interface jas.hist.DataSource |
DATE, DELTATIME, DOUBLE, INTEGER, STRING |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xAxisType
protected int xAxisType
yAxisType
protected int yAxisType
AIDACloudAdapter1D
public AIDACloudAdapter1D(hep.aida.ICloud1D cloud)
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()
- 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 String[] getAxisLabels()
- Specified by:
getAxisLabels
in interface jas.hist.Rebinnable1DHistogramData
getTitle
public 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.ICloud c)
- Create a DataSource from a Cloud
Copyright © 2000-2004 FreeHEP, All Rights Reserved.