Uses of Interface
org.apache.batik.gvt.event.GraphicsNodeMouseWheelListener

Packages that use GraphicsNodeMouseWheelListener
org.apache.batik.gvt.event Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes. 
 

Uses of GraphicsNodeMouseWheelListener in org.apache.batik.gvt.event
 

Methods in org.apache.batik.gvt.event with parameters of type GraphicsNodeMouseWheelListener
 void AWTEventDispatcher.addGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener l)
          Adds the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.
 void EventDispatcher.addGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener l)
          Adds the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.
 void AWTEventDispatcher.removeGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener l)
          Removes the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.
 void EventDispatcher.removeGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener l)
          Removes the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.