edu.uci.ics.jung.visualization.event
Class MouseWheelEvent<E>
java.lang.Object
edu.uci.ics.jung.visualization.event.EventObject<E>
edu.uci.ics.jung.visualization.event.InputEvent<E>
edu.uci.ics.jung.visualization.event.MouseEvent<E>
edu.uci.ics.jung.visualization.event.MouseWheelEvent<E>
public class MouseWheelEvent<E>
- extends MouseEvent<E>
An abstract mouse wheel event from the screen device.
- Author:
- Jason A Wrang
|
Constructor Summary |
MouseWheelEvent(E uiEvent,
Object source,
long time,
int modifiers,
int extendedModifiers,
int button,
int x,
int y,
boolean popupTrigger,
int clickCount,
int scrollType,
int scrollAmount,
int wheelRotation)
|
MouseWheelEvent(MouseWheelEvent<E> event)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MouseWheelEvent
public MouseWheelEvent(MouseWheelEvent<E> event)
MouseWheelEvent
public MouseWheelEvent(E uiEvent,
Object source,
long time,
int modifiers,
int extendedModifiers,
int button,
int x,
int y,
boolean popupTrigger,
int clickCount,
int scrollType,
int scrollAmount,
int wheelRotation)
getScrollAmount
public int getScrollAmount()
- Returns:
- the scrollAmount
getScrollType
public int getScrollType()
- Returns:
- the scrollType
getWheelRotation
public int getWheelRotation()
- Returns:
- the wheelRotation
Copyright © 2007. All Rights Reserved.