Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WheelListener

        protected WheelListener()
    • Method Detail

      • mouseWheelMoved

        public void mouseWheelMoved​(java.awt.event.MouseWheelEvent e)
        Specified by:
        mouseWheelMoved in interface java.awt.event.MouseWheelListener