public class SVGOMWheelEvent extends DOMUIEvent
| Modifier and Type | Field and Description |
|---|---|
protected int |
wheelDelta
The number of clicks the mouse wheel has been moved.
|
bubbleLimit, cancelable, currentTarget, defaultActions, eventPhase, isBubbling, namespaceURI, originalEvent, preventDefault, stopImmediatePropagation, stopPropagation, target, timeStamp, typeAT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE| Constructor and Description |
|---|
SVGOMWheelEvent() |
| Modifier and Type | Method and Description |
|---|---|
int |
getWheelDelta()
Returns the number of mouse wheel clicks.
|
void |
initWheelEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
AbstractView viewArg,
int wheelDeltaArg)
Initializes this SVGOMWheelEvent object.
|
void |
initWheelEventNS(String namespaceURIArg,
String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
AbstractView viewArg,
int wheelDeltaArg)
Initializes this KeyboardEvent object.
|
getDetail, getView, initUIEvent, initUIEventNS, splitaddDefaultAction, clone, cloneEvent, getBubbleLimit, getBubbles, getCancelable, getCurrentTarget, getDefaultActions, getDefaultPrevented, getEventPhase, getNamespaceURI, getOriginalEvent, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, setBubbleLimit, stopImmediatePropagation, stopPropagationequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagationprotected int wheelDelta
public int getWheelDelta()
public void initWheelEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int wheelDeltaArg)
typeArg - Specifies the event type.canBubbleArg - Specifies whether or not the event can bubble.cancelableArg - Specifies whether or not the event's default action
can be prevented.viewArg - Specifies the Event's
AbstractView.wheelDeltaArg - Specifices the number of clicks the mouse wheel has
been moved.public void initWheelEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int wheelDeltaArg)
namespaceURIArg - Specifies the event namespace URI.typeArg - Specifies the event type.canBubbleArg - Specifies whether or not the event can bubble.cancelableArg - Specifies whether or not the event's default action
can be prevented.viewArg - Specifies the Event's
AbstractView.wheelDeltaArg - Specifices the number of clicks the mouse wheel has
been moved.Copyright © 2000–2024 Apache Software Foundation. All rights reserved.