psdi.webclient.beans.kpi

Class LineChartData.LineChartItem.Point

  • java.lang.Object
    • psdi.webclient.beans.kpi.LineChartData.LineChartItem.Point
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String tooltip 
      double x 
      double y 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Point(double x, double y, java.lang.String tooltip) 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        public final double x
      • y

        public final double y
      • tooltip

        public final java.lang.String tooltip
    • Constructor Detail

      • Point

        public Point(double x,
                     double y,
                     java.lang.String tooltip)