All Implemented Interfaces:
Cloneable

public final class XY extends GSeriesValue
The X/Y series value.
Author:
Christopher Mindus
  • Field Details

    • x

      public final double x
      The X value. An unspecified value is Double.NaN.
    • y

      public final double y
      The Y value. An unspecified value is Double.NaN.
  • Constructor Details

    • XY

      public XY(double x, double y)
      Constructor for the X/Y value point.
      Parameters:
      x - The X value, Double.NaN for no value.
      y - The Y value, Double.NaN for no value.
  • Method Details