Package org.scijava.display.event.input
Class MsWheelEvent
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.event.SciJavaEvent
-
- org.scijava.display.event.DisplayEvent
-
- org.scijava.display.event.input.InputEvent
-
- org.scijava.display.event.input.MsEvent
-
- org.scijava.display.event.input.MsWheelEvent
-
- All Implemented Interfaces:
Contextual
public class MsWheelEvent extends MsEvent
An event indicating a mouse wheel was moved in a display.- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description MsWheelEvent(Display<?> display, InputModifiers modifiers, int x, int y, int wheelRotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetWheelRotation()-
Methods inherited from class org.scijava.display.event.input.InputEvent
getModifiers, getX, getY, toString
-
Methods inherited from class org.scijava.display.event.DisplayEvent
getDisplay
-
Methods inherited from class org.scijava.event.SciJavaEvent
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.Contextual
setContext
-
-
-
-
Constructor Detail
-
MsWheelEvent
public MsWheelEvent(Display<?> display, InputModifiers modifiers, int x, int y, int wheelRotation)
-
-