|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Boxed
org.gnu.gdk.Point
Represents a point with x and y coordinates.
Field Summary |
Fields inherited from class org.gnu.glib.Boxed |
handle |
Constructor Summary | |
Point(Handle handle)
|
|
Point(int x,
int y)
Construct a Point providing the x and y coordinates. |
Method Summary | |
protected void |
finalize()
|
protected static void |
gdk_point_free(Handle handle)
|
protected static Handle |
gdk_point_new()
|
int |
getX()
Retrieve the x coordinate for the Point. |
protected static int |
getX(Handle obj)
|
int |
getY()
Retrieve the y coordinate for the Point. |
protected static int |
getY(Handle obj)
|
protected void |
setX(Handle obj,
int x)
|
void |
setX(int x)
Set the x coordinate for the Point. |
protected void |
setY(Handle obj,
int y)
|
void |
setY(int y)
Set the y coordinate for the Point. |
Methods inherited from class org.gnu.glib.Boxed |
equals, getHandle, hashCode, setHandle |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Point(int x, int y)
x
- y
- public Point(Handle handle)
Method Detail |
public int getX()
public void setX(int x)
x
- public int getY()
public void setY(int y)
y
- protected void finalize() throws java.lang.Throwable
java.lang.Throwable
protected static final int getX(Handle obj)
protected final void setX(Handle obj, int x)
protected static final int getY(Handle obj)
protected final void setY(Handle obj, int y)
protected static final Handle gdk_point_new()
protected static final void gdk_point_free(Handle handle)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |