org.apache.batik.swing
Class JSVGScrollPane.WheelListener
java.lang.Object
org.apache.batik.swing.JSVGScrollPane.WheelListener
- All Implemented Interfaces:
- MouseWheelListener, EventListener
- Enclosing class:
- JSVGScrollPane
protected class JSVGScrollPane.WheelListener
- extends Object
- implements 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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSVGScrollPane.WheelListener
protected JSVGScrollPane.WheelListener()
mouseWheelMoved
public void mouseWheelMoved(MouseWheelEvent e)
- Specified by:
mouseWheelMoved in interface MouseWheelListener
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.