protected class JSVGScrollPane.WheelListener extends Object implements MouseWheelListener
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.
Modifier | Constructor and Description |
---|---|
protected |
WheelListener() |
Modifier and Type | Method and Description |
---|---|
void |
mouseWheelMoved(MouseWheelEvent e) |
public void mouseWheelMoved(MouseWheelEvent e)
mouseWheelMoved
in interface MouseWheelListener
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.