jas.hist
Interface HasScatterPlotData
- All Superinterfaces:
- DataSource, Rebinnable2DHistogramData
- All Known Implementing Classes:
- ScatterAdapter, ScatterTwoDAdapter
- public interface HasScatterPlotData
- extends Rebinnable2DHistogramData
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 |
startEnumeration
public 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
public ScatterEnumeration startEnumeration()
- Starts the enumeration of points from the beginning, and the enumeration
will include all points stored in the partition.
hasScatterPlotData
public 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.