Class UiChartDataPoint2D
java.lang.Object
org.teamapps.dto.UiChartDataPoint2D
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiChartDataPoint2D(double x, double y) -
Method Summary
-
Field Details
-
x
protected double x -
y
protected double y
-
-
Constructor Details
-
UiChartDataPoint2D
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiChartDataPoint2D
public UiChartDataPoint2D(double x, double y)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getX
public double getX() -
getY
public double getY()
-