Top   Module   Use   Manual   Index 

com :: sun :: star :: awt ::

struct Point


Description
specifies a 2-dimensional point using the Cartesian coordinate system.


Elements

long X
Description
specifies the x-coordinate.
long Y
Description
specifies the y-coordinate.
Top of Page