Interface DataSet3D

    • Method Detail

      • getZ

        double getZ​(int xIndex,
                    int yIndex)
        Returns Z coordinate for the specified data point.
        Parameters:
        xIndex - index of X coordinate
        yIndex - index of Y coordinate
        Returns:
        Z coordinate
      • getZRange

        DataRange getZRange()
        Returns data range of Z values.
        Returns:
        data range of Z values.
      • set

        void set​(int xIndex,
                 int yIndex,
                 double x,
                 double y,
                 double z)
        Changes a data point at specified index to new values.
        Parameters:
        xIndex - the x-axis coordinate index of the data point to be changed
        yIndex - the y-axis coordinate index of the data point to be changed
        x - X coordinate
        y - Y coordinate
        z - value on the z-axis
      • getXDataCount

        int getXDataCount()
        Returns number of X coordinates.
        Returns:
        the number of y axis bins
      • getYDataCount

        int getYDataCount()
        Returns number of Y coordinates.
        Returns:
        the number of y axis bins