Class List

Class Point

The Point object represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis.

Class Summary
Constructor Attributes Constructor Name and Description
 
Point()
Constructor.
Field Summary
Field Attributes Field Name and Description
 
x
The horizontal coordinate of the point.
 
y
The vertical coordinate of the point.
Method Summary
Method Attributes Method Name and Description
 
Creates a copy of this Point object.
 
Returns a string that contains the values of the x and y coordinates.
Class Detail
Point()
Constructor.
Field Detail
x
The horizontal coordinate of the point.

y
The vertical coordinate of the point.
Method Detail
clone()
Creates a copy of this Point object.

toString()
Returns a string that contains the values of the x and y coordinates.

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jul 25 2011 15:02:39 GMT+0800 (CST)