Class Plot.Data

java.lang.Object
velo.ladaalpha.misc.Plot.Data
Enclosing class:
Plot

public static class Plot.Data extends Object
The Class Data.
  • Method Details

    • xy

      public Plot.Data xy(double[] x, double[] y)
      Xy.
      Parameters:
      x - the x
      y - the y
      Returns:
      the data
    • xy

      public Plot.Data xy(double x, double y)
      Xy.
      Parameters:
      x - the x
      y - the y
      Returns:
      the data
    • xy

      public Plot.Data xy(List<Double> x, List<Double> y)
      Xy.
      Parameters:
      x - the x
      y - the y
      Returns:
      the data
    • size

      public int size()
      Size.
      Returns:
      the int
    • x

      public double x(int i)
      X.
      Parameters:
      i - the i
      Returns:
      the double
    • y

      public double y(int i)
      Y.
      Parameters:
      i - the i
      Returns:
      the double