jas.hist
Interface HasScatterPlotData

All Superinterfaces:
DataSource, Rebinnable2DHistogramData
All Known Implementing Classes:
ScatterAdapter, ScatterSliceAdapter, ScatterTwoDAdapter, TwoDSliceAdapter

public interface HasScatterPlotData
extends Rebinnable2DHistogramData


Field Summary
 
Fields inherited from interface jas.hist.DataSource
DATE, DELTATIME, DOUBLE, INTEGER, STRING
 
Method Summary
 boolean hasScatterPlotData()
          Even if a DataSource implements this interface it may not have any ScatterPlot data available at this time, hence the need for this method.
 ScatterEnumeration startEnumeration()
          Starts the enumeration of points from the beginning, and the enumeration will include all points stored in the partition.
 ScatterEnumeration startEnumeration(double xMin, double xMax, double yMin, double yMax)
          Starts the enumeration of points from the beginning, and the enumeration will include only points in the given range.
 
Methods inherited from interface jas.hist.Rebinnable2DHistogramData
getXAxisLabels, getXAxisType, getXBins, getXMax, getXMin, getYAxisLabels, getYAxisType, getYBins, getYMax, getYMin, isRebinnable, rebin
 
Methods inherited from interface jas.hist.DataSource
getTitle
 

Method Detail

startEnumeration

ScatterEnumeration startEnumeration(double xMin,
                                    double xMax,
                                    double yMin,
                                    double yMax)
Starts the enumeration of points from the beginning, and the enumeration will include only points in the given range.


startEnumeration

ScatterEnumeration startEnumeration()
Starts the enumeration of points from the beginning, and the enumeration will include all points stored in the partition.


hasScatterPlotData

boolean hasScatterPlotData()
Even if a DataSource implements this interface it may not have any ScatterPlot data available at this time, hence the need for this method.



Copyright © 2000-2009 FreeHEP. All Rights Reserved.