Documentation of 'jas2.hist.ScatterPlotSource' Java class
ScatterPlotSource
jas2.hist

Interface ScatterPlotSource

    • 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

You see the box below because you did not login.