|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Pointer
org.gnome.glib.Boxed
org.gnome.gdk.Event
org.gnome.gdk.EventConfigure
public final class EventConfigure
Information about the (possibly changed) size and position of a Window on
screen. This is the object used to convey such data in the
Window.ConfigureEvent
signal.
All dimensions are in pixels.
Method Summary | |
---|---|
int |
getHeight()
The height of the Window. |
int |
getWidth()
The width of the Window. |
int |
getX()
The horizontal co-ordinate relative to the top left corner of the screen. |
int |
getY()
The vertical co-ordinate relative to the top left corner of the screen. |
Methods inherited from class org.gnome.gdk.Event |
---|
getType, getWindow |
Methods inherited from class org.freedesktop.bindings.Pointer |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getHeight()
public int getWidth()
public int getX()
public int getY()
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |