FreeHEP API
Version current

hep.aida.ref.plotter.adapter
Class AIDAProfileAdapter

java.lang.Object
  extended byjava.util.Observable
      extended byhep.aida.ref.event.ObserverAdapter
          extended byhep.aida.ref.plotter.adapter.AIDAProfileAdapter
All Implemented Interfaces:
AIDAListener, jas.hist.DataSource
Direct Known Subclasses:
AIDAProfileAdapter1D

public abstract class AIDAProfileAdapter
extends ObserverAdapter
implements jas.hist.DataSource

Author:
The AIDA team @ SLAC
Source Code:
AIDAProfileAdapter.java

Field Summary
static int USE_ERROR_ON_MEAN
           
static int USE_SPREAD
           
protected  int xAxisType
           
protected  int yAxisType
           
 
Fields inherited from class hep.aida.ref.event.ObserverAdapter
histo, update
 
Fields inherited from interface jas.hist.DataSource
DATE, DELTATIME, DOUBLE, INTEGER, STRING
 
Constructor Summary
protected AIDAProfileAdapter(hep.aida.IProfile p)
           
 
Method Summary
static jas.hist.DataSource create(hep.aida.IProfile c)
          Create a DataSource from a Profile
 void setErrorMode(int errorMode)
           
 
Methods inherited from class hep.aida.ref.event.ObserverAdapter
addObserver, clearObservable, deleteObserver, deleteObservers, getObservable, setObservable, setValid, stateChanged
 
Methods inherited from class java.util.Observable
clearChanged, countObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jas.hist.DataSource
getTitle
 

Field Detail

USE_SPREAD

public static int USE_SPREAD

USE_ERROR_ON_MEAN

public static int USE_ERROR_ON_MEAN

xAxisType

protected int xAxisType

yAxisType

protected int yAxisType
Constructor Detail

AIDAProfileAdapter

protected AIDAProfileAdapter(hep.aida.IProfile p)
Method Detail

create

public static jas.hist.DataSource create(hep.aida.IProfile c)
Create a DataSource from a Profile


setErrorMode

public void setErrorMode(int errorMode)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.