Package org.teamapps.dto
Class UiChartDataPoint3D
java.lang.Object
org.teamapps.dto.UiChartDataPoint3D
- 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.UiChartDataPoint3D(double x, double y, double z) -
Method Summary
-
Field Details
-
x
protected double x -
y
protected double y -
z
protected double z
-
-
Constructor Details
-
UiChartDataPoint3D
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiChartDataPoint3D
public UiChartDataPoint3D(double x, double y, double z)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ()
-