-
public class Coordinate extends JsObject
A class for representing coordinates and positions.
-
-
Constructor Summary
Constructors Constructor Description Coordinate(String jsChart)
-
Method Summary
Modifier and Type Method Description static Coordinateinstantiate()StringgetJsBase()voidgetX()Getter for the X-coordinate. voidgetY()Getter for the Y-coordinate. -
-
Constructor Detail
-
Coordinate
Coordinate(String jsChart)
-
-
Method Detail
-
instantiate
static Coordinate instantiate()
-
getX
void getX()
Getter for the X-coordinate.
-
getY
void getY()
Getter for the Y-coordinate.
-
-
-
-