Class Plot.Data

  • Enclosing class:
    Plot

    public static class Plot.Data
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int size()  
      double x​(int i)  
      Plot.Data xy​(double[] x, double[] y)  
      Plot.Data xy​(double x, double y)  
      Plot.Data xy​(java.util.List<java.lang.Double> x, java.util.List<java.lang.Double> y)  
      double y​(int i)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • xy

        public Plot.Data xy​(double[] x,
                            double[] y)
      • xy

        public Plot.Data xy​(double x,
                            double y)
      • xy

        public Plot.Data xy​(java.util.List<java.lang.Double> x,
                            java.util.List<java.lang.Double> y)
      • size

        public int size()
      • x

        public double x​(int i)
      • y

        public double y​(int i)