-
public class CoordinateObject extends JsObject
Type definition for coordinate.
-
-
Constructor Summary
Constructors Constructor Description CoordinateObject(String x, String y)CoordinateObject(String x, Number y)CoordinateObject(Number x, String y)CoordinateObject(Number x, Number y)
-