Class XYDataSeriesArray

All Implemented Interfaces:
DataSeries, DataSeriesInternal, XYDataSeries, XYDataSeriesInternal, PlotExceptionCause, Series, SeriesInternal, Serializable
Direct Known Subclasses:
IntervalXYDataSeriesArray, XYDataSeriesSwappableTableArray, XYDataSeriesTableArray, XYErrorBarDataSeriesArray

public class XYDataSeriesArray extends AbstractXYDataSeries
See Also:
  • Constructor Details

  • Method Details

    • copy

      public XYDataSeriesArray copy(AxesImpl axes)
      Description copied from interface: SeriesInternal
      Create a copy of the series on a different set of axes.
      Parameters:
      axes - new axes.
      Returns:
      copy of the series on a different set of axes.
    • size

      public int size()
      Description copied from interface: DataSeriesInternal
      Gets the size of this data set.
      Returns:
      size of this data set
    • getX

      public double getX(int i)
      Description copied from interface: XYDataSeriesInternal
      Gets the x value of the data point at index i.
      Parameters:
      i - index
      Returns:
      x value of this data point at index i
    • getY

      public double getY(int i)
      Description copied from interface: XYDataSeriesInternal
      Gets the y value of the data point at index i.
      Parameters:
      i - index
      Returns:
      x value of this data point at index i
    • getX

      public IndexableNumericData getX()
    • getY

      public IndexableNumericData getY()