Interface DataSet3D

  • All Superinterfaces:
    DataSet, EventSource, GridDataSet, java.io.Serializable
    All Known Implementing Classes:
    DoubleGridDataSet

    public interface DataSet3D
    extends GridDataSet
    A DataSet extension used to represent 3-dimensional data points. This class only contains convenience methods to make
    Author:
    gkruk, rstein
    • Method Detail

      • getZ

        default double getZ​(int xIndex,
                            int yIndex)
        Returns Z coordinate for the specified data point. This is a convenience interface not used by chartfx internally. Always returns the first non grid coordinate, so for dim > 3 it is not actually Z.
        Parameters:
        xIndex - index of X coordinate
        yIndex - index of Y coordinate
        Returns:
        Z coordinate