Interface IntervalXYZDataset

    • Method Detail

      • getStartXValue

        Number getStartXValue​(int series,
                              int item)
        Returns the starting X value for the specified series and item.
        Parameters:
        series - the series (zero-based index).
        item - the item within a series (zero-based index).
        Returns:
        The starting X value for the specified series and item.
      • getEndXValue

        Number getEndXValue​(int series,
                            int item)
        Returns the ending X value for the specified series and item.
        Parameters:
        series - the series (zero-based index).
        item - the item within a series (zero-based index).
        Returns:
        The ending X value for the specified series and item.
      • getStartYValue

        Number getStartYValue​(int series,
                              int item)
        Returns the starting Y value for the specified series and item.
        Parameters:
        series - the series (zero-based index).
        item - the item within a series (zero-based index).
        Returns:
        The starting Y value for the specified series and item.
      • getEndYValue

        Number getEndYValue​(int series,
                            int item)
        Returns the ending Y value for the specified series and item.
        Parameters:
        series - the series (zero-based index).
        item - the item within a series (zero-based index).
        Returns:
        The ending Y value for the specified series and item.
      • getStartZValue

        Number getStartZValue​(int series,
                              int item)
        Returns the starting Z value for the specified series and item.
        Parameters:
        series - the series (zero-based index).
        item - the item within a series (zero-based index).
        Returns:
        The starting Z value for the specified series and item.
      • getEndZValue

        Number getEndZValue​(int series,
                            int item)
        Returns the ending Z value for the specified series and item.
        Parameters:
        series - the series (zero-based index).
        item - the item within a series (zero-based index).
        Returns:
        The ending Z value for the specified series and item.