public class WheelEvent.WheelEventInit extends MouseEvent.MouseEventInit
Represents a dictionary that is having optional arguments for setting the details information about the event.
com.aspose.ms.System.Collections.Generic.Dictionary.Enumerator<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.Link, com.aspose.ms.System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue>
Constructor and Description |
---|
WheelEventInit() |
Modifier and Type | Method and Description |
---|---|
long |
getDeltaMode()
Initializes the deltaMode attribute on the WheelEvent object to the enumerated values 0, 1, or 2, which represent the amount of pixels scrolled (DOM_DELTA_PIXEL), lines scrolled (DOM_DELTA_LINE), or pages scrolled (DOM_DELTA_PAGE) if the rotation of the wheel would have resulted in scrolling.
|
double |
getDeltaX()
See deltaX attribute.
|
double |
getDeltaY()
See deltaY attribute.
|
double |
getDeltaZ()
See deltaZ attribute.
|
void |
setDeltaMode(long value)
Initializes the deltaMode attribute on the WheelEvent object to the enumerated values 0, 1, or 2, which represent the amount of pixels scrolled (DOM_DELTA_PIXEL), lines scrolled (DOM_DELTA_LINE), or pages scrolled (DOM_DELTA_PAGE) if the rotation of the wheel would have resulted in scrolling.
|
void |
setDeltaX(double value)
See deltaX attribute.
|
void |
setDeltaY(double value)
See deltaY attribute.
|
void |
setDeltaZ(double value)
See deltaZ attribute.
|
getButton, getButtons, getClientX, getClientY, getRelatedTarget, getScreenX, getScreenY, setButton, setButtons, setClientX, setClientY, setRelatedTarget, setScreenX, setScreenY
getAltKey, getCtrlKey, getMetaKey, getModifierAltGraph, getModifierCapsLock, getModifierFn, getModifierFnLock, getModifierHyper, getModifierNumLock, getModifierScrollLock, getModifierSuper, getModifierSymbol, getModifierSymbolLock, getShiftKey, setAltKey, setCtrlKey, setMetaKey, setModifierAltGraph, setModifierCapsLock, setModifierFn, setModifierFnLock, setModifierHyper, setModifierNumLock, setModifierScrollLock, setModifierSuper, setModifierSymbol, setModifierSymbolLock, setShiftKey
getDetail, getView, setDetail, setView
getBubbles, getCancelable, isTrusted, setBubbles, setCancelable, setTrusted
addItem, addItem, clear, containsItem, containsKey, containsValue, copyTo, copyToTArray, get_Item, getComparer, getDictionaryEntryEnumerator, getKeys, getSyncRoot, getValues, isFixedSize, isReadOnly, isSynchronized, iterator, removeItem, removeItemByKey, set_Item, size, tryGetValue
@DOMNameAttribute(name="deltaX") public double getDeltaX()
See deltaX attribute.
Value: The deltaX attribute.@DOMNameAttribute(name="deltaX") public void setDeltaX(double value)
See deltaX attribute.
Value: The deltaX attribute.@DOMNameAttribute(name="deltaY") public double getDeltaY()
See deltaY attribute.
Value: The deltaY attribute.@DOMNameAttribute(name="deltaY") public void setDeltaY(double value)
See deltaY attribute.
Value: The deltaY attribute.@DOMNameAttribute(name="deltaZ") public double getDeltaZ()
See deltaZ attribute.
Value: The deltaZ attribute.@DOMNameAttribute(name="deltaZ") public void setDeltaZ(double value)
See deltaZ attribute.
Value: The deltaZ attribute.@DOMNameAttribute(name="deltaMode") public long getDeltaMode()
Initializes the deltaMode attribute on the WheelEvent object to the enumerated values 0, 1, or 2, which represent the amount of pixels scrolled (DOM_DELTA_PIXEL), lines scrolled (DOM_DELTA_LINE), or pages scrolled (DOM_DELTA_PAGE) if the rotation of the wheel would have resulted in scrolling.
Value: The delta mode.@DOMNameAttribute(name="deltaMode") public void setDeltaMode(long value)
Initializes the deltaMode attribute on the WheelEvent object to the enumerated values 0, 1, or 2, which represent the amount of pixels scrolled (DOM_DELTA_PIXEL), lines scrolled (DOM_DELTA_LINE), or pages scrolled (DOM_DELTA_PAGE) if the rotation of the wheel would have resulted in scrolling.
Value: The delta mode.