Package org.teamapps.dto
Klasse UiLineGraphDataPoint
java.lang.Object
org.teamapps.dto.UiLineGraphDataPoint
- Alle implementierten Schnittstellen:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.UiLineGraphDataPoint(double x, double y) -
Methodenübersicht
-
Felddetails
-
x
protected double x -
y
protected double y
-
-
Konstruktordetails
-
UiLineGraphDataPoint
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
UiLineGraphDataPoint
public UiLineGraphDataPoint(double x, double y)
-
-
Methodendetails
-
getUiObjectType
- Angegeben von:
getUiObjectTypein SchnittstelleUiObject
-
toString
-
getX
public double getX() -
getY
public double getY()
-