|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Pointer
org.gnome.glib.Boxed
org.gnome.gdk.Event
org.gnome.gdk.EventMotion
public final class EventMotion
Event data describing the position of the mouse in the screen, when it is moved over a Widget.
Method Summary | |
---|---|
double |
getX()
Get the horizontal location that this Event occured at, relative to the [org.gnome.gdk] Window. |
double |
getY()
Get the vertical location that this Event occured at, relative to the [org.gnome.gdk] Window. |
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 double getX()
[org.gnome.gdk]
Window. In most cases you will get an
integral return; in any case, most usages of this return value will
want a whole number of pixels, so cast to int
as
necessary.
public double getY()
[org.gnome.gdk]
Window.
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |