public class WheelEventImpl extends MouseEventImpl
Modifier and Type | Field and Description |
---|---|
static int |
DOM_DELTA_LINE |
static int |
DOM_DELTA_PAGE |
static int |
DOM_DELTA_PIXEL |
AT_TARGET, BLUR, BUBBLING_PHASE, CAPTURING_PHASE, CHANGE, CLICK, DBLCLICK, DRAGDROP, FOCUS, KEYDOWN, KEYPRESS, KEYUP, MOUSEDOWN, MOUSEDRAG, MOUSEMOVE, MOUSEOUT, MOUSEOVER, MOUSEUP, NONE, SELECT
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
Modifier and Type | Method and Description |
---|---|
int |
getDeltaMode() |
double |
getDeltaX() |
double |
getDeltaY() |
double |
getDeltaZ() |
boolean |
getWebkitDirectionInvertedFromDevice() |
int |
getWheelDelta() |
int |
getWheelDeltaX() |
int |
getWheelDeltaY() |
void |
initWheelEvent(int wheelDeltaX,
int wheelDeltaY,
AbstractView view,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey) |
getAltKey, getButton, getClientX, getClientY, getCtrlKey, getFromElement, getMetaKey, getOffsetX, getOffsetY, getRelatedTarget, getScreenX, getScreenY, getShiftKey, getToElement, getX, getY, initMouseEvent
getCharCode, getDetail, getKeyCode, getLayerX, getLayerY, getPageX, getPageY, getView, getWhich, initUIEvent
equals, getBubbles, getCancelable, getCancelBubble, getCurrentTarget, getDefaultPrevented, getEventPhase, getIsTrusted, getReturnValue, getSrcElement, getTarget, getTimeStamp, getType, hashCode, initEvent, preventDefault, setCancelBubble, setReturnValue, stopImmediatePropagation, stopPropagation
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDetail, getView, initUIEvent
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation
public static final int DOM_DELTA_PIXEL
public static final int DOM_DELTA_LINE
public static final int DOM_DELTA_PAGE
public double getDeltaX()
public double getDeltaY()
public double getDeltaZ()
public int getDeltaMode()
public int getWheelDeltaX()
public int getWheelDeltaY()
public int getWheelDelta()
public boolean getWebkitDirectionInvertedFromDevice()
public void initWheelEvent(int wheelDeltaX, int wheelDeltaY, AbstractView view, int screenX, int screenY, int clientX, int clientY, boolean ctrlKey, boolean altKey, boolean shiftKey, boolean metaKey)
Copyright © 2020. All rights reserved.