Class LineChartDataPoint


  • public class LineChartDataPoint
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LineChartDataPoint​(double x, double y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getX()  
      double getY()  
      • Methods inherited from class java.lang.Object

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

      • LineChartDataPoint

        public LineChartDataPoint​(double x,
                                  double y)
    • Method Detail

      • getX

        public double getX()
      • getY

        public double getY()