FreeHEP API
Version current

hep.aida.ref.plotter.adapter
Class AIDAAdapter

java.lang.Object
  extended byhep.aida.ref.plotter.adapter.AIDAAdapter

public class AIDAAdapter
extends Object

An Adapter for displaying AIDA histograms using the JAS Plot widget

Author:
tonyj
Source Code:
AIDAAdapter.java

Constructor Summary
AIDAAdapter()
           
 
Method Summary
static jas.hist.DataSource create(hep.aida.ICloud cloud)
           
static jas.hist.DataSource create(hep.aida.IDataPointSet dpSet)
           
static jas.hist.DataSource create(hep.aida.IFunction function)
           
static jas.hist.DataSource create(hep.aida.IHistogram hist)
           
static jas.hist.DataSource create(hep.aida.IProfile profile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AIDAAdapter

public AIDAAdapter()
Method Detail

create

public static jas.hist.DataSource create(hep.aida.IProfile profile)

create

public static jas.hist.DataSource create(hep.aida.IDataPointSet dpSet)

create

public static jas.hist.DataSource create(hep.aida.IHistogram hist)

create

public static jas.hist.DataSource create(hep.aida.ICloud cloud)

create

public static jas.hist.DataSource create(hep.aida.IFunction function)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.