org.gnu.gdk
Class Point

java.lang.Object
  |
  +--org.gnu.glib.Boxed
        |
        +--org.gnu.gdk.Point

public class Point
extends Boxed


Constructor Summary
Point(int handle)
           
Point(int x, int y)
           
 
Method Summary
 int getX()
           
 int getY()
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class org.gnu.glib.Boxed
equals, getHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point(int x,
             int y)

Point

public Point(int handle)
Method Detail

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net