org.gnu.gdk
public class Point extends MemStruct
Constructor Summary | |
---|---|
Point() Construct an empty point | |
Point(int x, int y)
Construct a Point providing the x and y coordinates.
|
Method Summary | |
---|---|
int | getX()
Retrieve the x coordinate for the Point. |
int | getY()
Retrieve the y coordinate for the Point. |
void | setX(int x)
Set the x coordinate for the Point.
|
void | setY(int y)
Set the y coordinate for the Point.
|
Parameters: x y
Parameters: x
Parameters: y