Package org.teamapps.dto
Class UiLineGraphDataPoint
java.lang.Object
org.teamapps.dto.UiLineGraphDataPoint
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiLineGraphDataPoint(double x, double y) -
Method Summary
-
Field Details
-
x
protected double x -
y
protected double y
-
-
Constructor Details
-
UiLineGraphDataPoint
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiLineGraphDataPoint
public UiLineGraphDataPoint(double x, double y)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getX
public double getX() -
getY
public double getY()
-