org.gnu.gdk
Class Point
Represents a point with x and y coordinates.
Point(int x, int y) - Construct a Point providing the x and y coordinates.
|
Point(Handle handle)
|
Point
public Point(int x,
int y)
Construct a Point providing the x and y coordinates.
x
- y
-
Point
public Point(Handle handle)
finalize
protected void finalize()
throws Throwable
gdk_point_free
protected static final void gdk_point_free(Handle handle)
gdk_point_new
protected static final Handle gdk_point_new()
getX
public int getX()
Retrieve the x coordinate for the Point.
getX
protected static final int getX(Handle obj)
getY
public int getY()
Retrieve the y coordinate for the Point.
getY
protected static final int getY(Handle obj)
setX
public void setX(int x)
Set the x coordinate for the Point.
x
-
setX
protected final void setX(Handle obj,
int x)
setY
public void setY(int y)
Set the y coordinate for the Point.
y
-
setY
protected final void setY(Handle obj,
int y)