jas2.hist
Interface ScatterPlotSource
-
- All Superinterfaces:
- DataSource
- All Known Implementing Classes:
- ScatterTwoDAdapter, TestScatterPlotSource, XML2DScatterDataSource
public interface ScatterPlotSource extends DataSource
Interface to be implemented by DataSources which can provide ScatterPlot data (but not 2D histogram data)- See Also:
Rebinnable2DHistogramData,HasScatterPlotData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description intgetXAxisType()Currently we only support DATE and DOUBLE typesdoublegetXMax()doublegetXMin()intgetYAxisType()Currently we only support DOUBLEdoublegetYMax()doublegetYMin()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.DataSource
getTitle
-
-
-
-
Method Detail
-
getXMin
double getXMin()
-
getXMax
double getXMax()
-
getYMin
double getYMin()
-
getYMax
double getYMax()
-
getXAxisType
int getXAxisType()
Currently we only support DATE and DOUBLE types
-
getYAxisType
int getYAxisType()
Currently we only support DOUBLE
-
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.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG