Class UiIncidentGraphDataPoint
java.lang.Object
org.teamapps.dto.UiIncidentGraphDataPoint
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiIncidentGraphDataPoint(double x1, double x2, double y, String color, String tooltipHtml) -
Method Summary
-
Field Details
-
x1
protected double x1 -
x2
protected double x2 -
y
protected double y -
color
-
tooltipHtml
-
-
Constructor Details
-
UiIncidentGraphDataPoint
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiIncidentGraphDataPoint
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getX1
public double getX1() -
getX2
public double getX2() -
getY
public double getY() -
getColor
-
getTooltipHtml
-