|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScatterPlotSource
Interface to be implemented by DataSources which can provide ScatterPlot data (but not 2D histogram data)
Rebinnable2DHistogramData
,
HasScatterPlotData
Field Summary |
---|
Fields inherited from interface jas.hist.DataSource |
---|
DATE, DELTATIME, DOUBLE, INTEGER, STRING |
Method Summary | |
---|---|
int |
getXAxisType()
Currently we only support DATE and DOUBLE types |
double |
getXMax()
|
double |
getXMin()
|
int |
getYAxisType()
Currently we only support DOUBLE |
double |
getYMax()
|
double |
getYMin()
|
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.DataSource |
---|
getTitle |
Method Detail |
---|
double getXMin()
double getXMax()
double getYMin()
double getYMax()
int getXAxisType()
int getYAxisType()
ScatterEnumeration startEnumeration(double xMin, double xMax, double yMin, double yMax)
ScatterEnumeration startEnumeration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |