Package org.apache.batik.swing
Class JSVGScrollPane.WheelListener
- java.lang.Object
-
- org.apache.batik.swing.JSVGScrollPane.WheelListener
-
- All Implemented Interfaces:
java.awt.event.MouseWheelListener
,java.util.EventListener
- Enclosing class:
- JSVGScrollPane
protected class JSVGScrollPane.WheelListener extends java.lang.Object implements java.awt.event.MouseWheelListener
MouseWheel listener.Provides mouse wheel support. The mouse wheel will scroll the currently displayed scroll bar, if only one is displayed. If two scrollbars are displayed, the mouse wheel will only scroll the vertical scrollbar.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
WheelListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
mouseWheelMoved(java.awt.event.MouseWheelEvent e)
-