|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.input.events.InputEvent
org.jagatoo.input.events.MouseEvent
org.jagatoo.input.events.MouseWheelEvent
public class MouseWheelEvent
Stores the details associated with a mouse event.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jagatoo.input.events.MouseEvent |
|---|
MouseEvent.SubType |
| Nested classes/interfaces inherited from class org.jagatoo.input.events.InputEvent |
|---|
InputEvent.Type |
| Field Summary | |
|---|---|
protected boolean |
isPageMove
This is true, if the mouse-wheel move was a page-move. |
protected int |
wheelDelta
The button (if one was pressed). |
| Constructor Summary | |
|---|---|
protected |
MouseWheelEvent()
Creates a MouseEvent with default values. |
protected |
MouseWheelEvent(Mouse mouse,
MouseWheel wheel,
int wheelDelta,
boolean isPageMove,
long when,
long lastWhen)
Sets the fields of this MouseEvent to match the given MouseEvent. |
| Method Summary | |
|---|---|
int |
getWheelDelta()
The Mouse-Wheel delta movement. |
boolean |
isPageMove()
This is true, if the mouse-wheel move was a page-move. |
protected void |
set(Mouse mouse,
MouseWheel wheel,
int wheelDelta,
boolean isPageMove,
long when,
long lastWhen)
Sets the fields of this MouseEvent to match the given MouseEvent. |
java.lang.String |
toString()
|
| Methods inherited from class org.jagatoo.input.events.MouseEvent |
|---|
getMouse, getSubType, set, set |
| Methods inherited from class org.jagatoo.input.events.InputEvent |
|---|
getComponent, getLastWhen, getType, getWhen, set, set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int wheelDelta
protected boolean isPageMove
| Constructor Detail |
|---|
protected MouseWheelEvent(Mouse mouse,
MouseWheel wheel,
int wheelDelta,
boolean isPageMove,
long when,
long lastWhen)
protected MouseWheelEvent()
| Method Detail |
|---|
public final int getWheelDelta()
public final boolean isPageMove()
public java.lang.String toString()
toString in class MouseEventInputEvent as a String.
protected void set(Mouse mouse,
MouseWheel wheel,
int wheelDelta,
boolean isPageMove,
long when,
long lastWhen)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||