hep.aida.ref.plotter.adapter
Class AIDADataPointSetAdapter
java.lang.Object
java.util.Observable
hep.aida.ref.event.ObserverAdapter
hep.aida.ref.plotter.adapter.AIDADataPointSetAdapter
- All Implemented Interfaces:
- AIDAListener, jas.hist.DataSource, jas.hist.HasStatistics, jas.hist.XYDataSource
- public class AIDADataPointSetAdapter
- extends ObserverAdapter
- implements jas.hist.XYDataSource, jas.hist.HasStatistics
- Author:
- The AIDA team @ SLAC
- Source Code:
- AIDADataPointSetAdapter.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 |
AIDADataPointSetAdapter
protected AIDADataPointSetAdapter(hep.aida.IDataPointSet dps)
create
public static jas.hist.DataSource create(hep.aida.IDataPointSet dps)
- Create a DataSource from a DataPointSet
setAxisType
public void setAxisType(int type)
getAxisType
public int getAxisType()
- Specified by:
getAxisType
in interface jas.hist.XYDataSource
getMinusError
public double getMinusError(int i)
- Specified by:
getMinusError
in interface jas.hist.XYDataSource
getPlusError
public double getPlusError(int i)
- Specified by:
getPlusError
in interface jas.hist.XYDataSource
getX
public double getX(int i)
- Specified by:
getX
in interface jas.hist.XYDataSource
getY
public double getY(int i)
- Specified by:
getY
in interface jas.hist.XYDataSource
getNPoints
public int getNPoints()
- Specified by:
getNPoints
in interface jas.hist.XYDataSource
getStatistics
public jas.hist.Statistics getStatistics()
- Specified by:
getStatistics
in interface jas.hist.HasStatistics
getTitle
public String getTitle()
- Specified by:
getTitle
in interface jas.hist.DataSource
Copyright © 2000-2004 FreeHEP, All Rights Reserved.