public class MouseEvent extends Event
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
private int |
button |
private boolean |
buttonstate |
private int |
dwheel |
private int |
dx |
private int |
dy |
private long |
nanoseconds |
private int |
x |
private int |
y |
Constructor and Description |
---|
MouseEvent() |
Modifier and Type | Method and Description |
---|---|
int |
getButton() |
int |
getDwheel() |
int |
getDx() |
int |
getDy() |
long |
getNanoseconds() |
int |
getX() |
int |
getY() |
boolean |
isButtonstate() |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup