org.apache.batik.gvt.event
public class GraphicsNodeMouseWheelEvent extends GraphicsNodeInputEvent
Field Summary | |
---|---|
static int | MOUSE_WHEEL
The id for the "mouseWheelMoved" event. |
protected int | wheelDelta
Indicates the number of wheel notches have been moved.
|
Constructor Summary | |
---|---|
GraphicsNodeMouseWheelEvent(GraphicsNode source, int id, long when, int modifiers, int lockState, int wheelDelta)
Constructs a new graphics node mouse wheel event. |
Method Summary | |
---|---|
int | getWheelDelta()
Returns the number of clicks the wheel has been moved. |
Parameters: source the graphics node where the event originated id the id of this event when the time the event occurred wheelDelta the number of clicks