Uses of Interface
jas.hist.DataSource

Packages that use DataSource
jas.hist   
jas.hist.normalization Handles normalization of data. 
jas.hist.util   
 

Uses of DataSource in jas.hist
 

Subinterfaces of DataSource in jas.hist
 interface FunctionData
           
 interface HasScatterPlotData
           
 interface Rebinnable1DHistogramData
          This is the interface that must be implemented by any data source for a 1D histogram.
 interface Rebinnable1DVariableHistogramData
          Extends Rebinnable1DHistogramData interface for the case of Histogram1D with variable bin width Example: edges = (0.2, 1.0, 5.0) yields an axis with 2 in-range bins [0.2, 1.0), [1.0, 5.0) and 2 extra bins [-inf, 0.2), [5.0, +inf].
 interface Rebinnable2DHistogramData
           
 interface Rebinnable2DVariableHistogramData
           
 interface ScatterPlotSource
          Interface to be implemented by DataSources which can provide ScatterPlot data (but not 2D histogram data)
 interface XYDataSource
          A Data Source for XY plots.
 

Classes in jas.hist that implement DataSource
 class Basic1DFunction
           
 class Fittable1DFunction
           
 class XML2DScatterDataSource
           
 

Methods in jas.hist that return DataSource
abstract  DataSource JASHistData.getDataSource()
          Get the DataSource associated with this JASHistData
 DataSource HasDataSource.getDataSource(String param)
           
 DataSource JASHistData.getFittableDataSource()
          Get a DataSource suitable for using as the source for fit operations.
 

Methods in jas.hist with parameters of type DataSource
 JASHistData JASHist.addData(DataSource ds)
          Add a DataSource to the plot.
 void SpecialComponent.setData(DataSource ds)
           
 void CustomOverlay.setDataSource(DataSource source)
           
 

Constructors in jas.hist with parameters of type DataSource
OverlayWithHandles(DataSource ds)
           
 

Uses of DataSource in jas.hist.normalization
 

Fields in jas.hist.normalization declared as DataSource
protected  DataSource DataSourceNormalizer.source
           
 

Constructors in jas.hist.normalization with parameters of type DataSource
AreaNormalizer(DataSource data)
          Create an AreaNormalizer
BinNormalizer(DataSource data, int bin)
          Create a new BinNormalizer
DataSourceNormalizer(DataSource source)
          Creates a new DataSourceNormalizer
EntriesNormalizer(DataSource source)
          Creates new EntriesNormalizer
MaxBinNormalizer(DataSource data)
          Creates new MaxBinNormalizer
StatisticsNormalizer(DataSource source, String statsName)
          Creates new StatisticsNormalizer
 

Uses of DataSource in jas.hist.util
 

Classes in jas.hist.util that implement DataSource
 class OneDAdapter
          A class which simply acts as a proxy for the DataSource provided as an argument to its constructor.
 class ScatterAdapter
          A ScatterAdapter takes a Rebinnable2DHistogramData source which (optionally) also implements HasScatterPlotData, and in turn provides the same interface to its observers.
 class ScatterSliceAdapter
          Takes as its source a Rebinnable2DHistogramData which also implements HasScatterPlotData and in addition to relaying the source data to the destination, also implements HasSlices and SliceAdapter
 class ScatterTwoDAdapter
          An adaptor that converts a ScatterPlotSource to a DataSource that implements both Rebinnable2DHistogramData and HasScatterPlotData
 class TwoDAdapter
          A class which simply acts as a proxy for the DataSource provided as an argument to its constructor.
 class TwoDSliceAdapter
          A Two2SliceAdapter can be used to convert any Rebinnable2DHistogramData object to a Rebinnable2DHistogramData which also implements HasSlices
 



Copyright © 2000-2009 FreeHEP. All Rights Reserved.