org.apache.batik.dom.svg12
public class SVGOMWheelEvent extends DOMUIEvent
Field Summary | |
---|---|
protected int | wheelDelta
The number of clicks the mouse wheel has been moved. |
Method Summary | |
---|---|
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. |
Parameters: 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.
Parameters: 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.