Class XYDataPair

java.lang.Object
org.jfree.data.XYDataItem
org.jfree.data.XYDataPair
All Implemented Interfaces:
Serializable, Cloneable, Comparable

public class XYDataPair
extends XYDataItem
Deprecated.
Represents one (x, y) data item for an xy-series.
See Also:
Serialized Form
  • Constructor Details

    • XYDataPair

      public XYDataPair​(Number x, Number y)
      Deprecated.
      Constructs a new data pair.
      Parameters:
      x - the x-value.
      y - the y-value.
    • XYDataPair

      public XYDataPair​(double x, double y)
      Deprecated.
      Constructs a new data pair.
      Parameters:
      x - the x-value.
      y - the y-value.