Class: Point

base.Point()

new Point()

Source:

Methods

(static) Point#getX() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) Point#getY() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) Point#setX(x)

Set the field value
Parameters:
Name Type Description
x Number must be a long integer
Source:

(static) Point#setY(y)

Set the field value
Parameters:
Name Type Description
y Number must be a long integer
Source: