jas2.hist
Interface HasScatterPlotData
-
- All Superinterfaces:
- DataSource, Rebinnable2DHistogramData
- All Known Implementing Classes:
- CopyOfRefP1D_2Dhisto, ScatterAdapter, ScatterSliceAdapter, ScatterTreeData, ScatterTwoDAdapter, TwoDSliceAdapter
public interface HasScatterPlotData extends Rebinnable2DHistogramData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleanhasScatterPlotData()Even if a DataSource implements this interface it may not have any ScatterPlot data available at this time, hence the need for this method.ScatterEnumerationstartEnumeration()Starts the enumeration of points from the beginning, and the enumeration will include all points stored in the partition.ScatterEnumerationstartEnumeration(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 jas2.hist.Rebinnable2DHistogramData
getXAxisLabels, getXAxisType, getXBins, getXMax, getXMin, getYAxisLabels, getYAxisType, getYBins, getYMax, getYMin, isRebinnable, rebin
-
Methods inherited from interface jas2.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.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG