Class IncidentGraphDataPoint


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

      Constructors 
      Constructor Description
      IncidentGraphDataPoint​(double x1, double x2, double y, org.teamapps.common.format.Color color)  
      IncidentGraphDataPoint​(double x1, double x2, double y, org.teamapps.common.format.Color color, java.lang.String tooltipHtml)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.teamapps.common.format.Color getColor()  
      java.lang.String getTooltipHtml()  
      double getX1()  
      double getX2()  
      double getY()  
      • Methods inherited from class java.lang.Object

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

      • IncidentGraphDataPoint

        public IncidentGraphDataPoint​(double x1,
                                      double x2,
                                      double y,
                                      org.teamapps.common.format.Color color,
                                      java.lang.String tooltipHtml)
      • IncidentGraphDataPoint

        public IncidentGraphDataPoint​(double x1,
                                      double x2,
                                      double y,
                                      org.teamapps.common.format.Color color)
    • Method Detail

      • getX1

        public double getX1()
      • getX2

        public double getX2()
      • getY

        public double getY()
      • getColor

        public org.teamapps.common.format.Color getColor()
      • getTooltipHtml

        public java.lang.String getTooltipHtml()