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 |
Constructor and Description |
---|
WheelEventImpl(long peer) |
Modifier and Type | Method and Description |
---|---|
int |
getDeltaMode() |
(package private) static int |
getDeltaModeImpl(long peer) |
double |
getDeltaX() |
(package private) static double |
getDeltaXImpl(long peer) |
double |
getDeltaY() |
(package private) static double |
getDeltaYImpl(long peer) |
double |
getDeltaZ() |
(package private) static double |
getDeltaZImpl(long peer) |
(package private) static WheelEventImpl |
getImpl(long peer) |
boolean |
getWebkitDirectionInvertedFromDevice() |
(package private) static boolean |
getWebkitDirectionInvertedFromDeviceImpl(long peer) |
int |
getWheelDelta() |
(package private) static int |
getWheelDeltaImpl(long peer) |
int |
getWheelDeltaX() |
(package private) static int |
getWheelDeltaXImpl(long peer) |
int |
getWheelDeltaY() |
(package private) static int |
getWheelDeltaYImpl(long peer) |
void |
initWheelEvent(int wheelDeltaX,
int wheelDeltaY,
org.w3c.dom.views.AbstractView view,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey) |
(package private) static void |
initWheelEventImpl(long peer,
int wheelDeltaX,
int wheelDeltaY,
long view,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey) |
getAltKey, getAltKeyImpl, getButton, getButtonImpl, getClientX, getClientXImpl, getClientY, getClientYImpl, getCtrlKey, getCtrlKeyImpl, getFromElement, getFromElementImpl, getMetaKey, getMetaKeyImpl, getOffsetX, getOffsetXImpl, getOffsetY, getOffsetYImpl, getRelatedTarget, getRelatedTargetImpl, getScreenX, getScreenXImpl, getScreenY, getScreenYImpl, getShiftKey, getShiftKeyImpl, getToElement, getToElementImpl, getX, getXImpl, getY, getYImpl, initMouseEvent, initMouseEventImpl
getCharCode, getCharCodeImpl, getDetail, getDetailImpl, getKeyCode, getKeyCodeImpl, getLayerX, getLayerXImpl, getLayerY, getLayerYImpl, getPageX, getPageXImpl, getPageY, getPageYImpl, getView, getViewImpl, getWhich, getWhichImpl, initUIEvent, initUIEventImpl
create, equals, getBubbles, getBubblesImpl, getCancelable, getCancelableImpl, getCancelBubble, getCancelBubbleImpl, getCurrentTarget, getCurrentTargetImpl, getDefaultPrevented, getDefaultPreventedImpl, getEventPhase, getEventPhaseImpl, getIsTrusted, getIsTrustedImpl, getPeer, getPeer, getReturnValue, getReturnValueImpl, getSrcElement, getSrcElementImpl, getTarget, getTargetImpl, getTimeStamp, getTimeStampImpl, getType, getTypeImpl, hashCode, initEvent, initEventImpl, preventDefault, preventDefaultImpl, setCancelBubble, setCancelBubbleImpl, setReturnValue, setReturnValueImpl, stopImmediatePropagation, stopImmediatePropagationImpl, stopPropagation, stopPropagationImpl
public static final int DOM_DELTA_PIXEL
public static final int DOM_DELTA_LINE
public static final int DOM_DELTA_PAGE
static WheelEventImpl getImpl(long peer)
public double getDeltaX()
static double getDeltaXImpl(long peer)
public double getDeltaY()
static double getDeltaYImpl(long peer)
public double getDeltaZ()
static double getDeltaZImpl(long peer)
public int getDeltaMode()
static int getDeltaModeImpl(long peer)
public int getWheelDeltaX()
static int getWheelDeltaXImpl(long peer)
public int getWheelDeltaY()
static int getWheelDeltaYImpl(long peer)
public int getWheelDelta()
static int getWheelDeltaImpl(long peer)
public boolean getWebkitDirectionInvertedFromDevice()
static boolean getWebkitDirectionInvertedFromDeviceImpl(long peer)
public void initWheelEvent(int wheelDeltaX, int wheelDeltaY, org.w3c.dom.views.AbstractView view, int screenX, int screenY, int clientX, int clientY, boolean ctrlKey, boolean altKey, boolean shiftKey, boolean metaKey)
static void initWheelEventImpl(long peer, int wheelDeltaX, int wheelDeltaY, long view, int screenX, int screenY, int clientX, int clientY, boolean ctrlKey, boolean altKey, boolean shiftKey, boolean metaKey)