Uses of Interface
org.apache.batik.gvt.event.GraphicsNodeMouseWheelListener
Packages that use GraphicsNodeMouseWheelListener
Package
Description
Provides interfaces and classes for dealing with different types
of events fired by GVT graphics nodes.
-
Uses of GraphicsNodeMouseWheelListener in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement GraphicsNodeMouseWheelListenerModifier and TypeClassDescriptionprotected static class
A GraphicsNodeMouseListener that dispatch DOM events accordingly. -
Uses of GraphicsNodeMouseWheelListener in org.apache.batik.gvt.event
Methods in org.apache.batik.gvt.event with parameters of type GraphicsNodeMouseWheelListenerModifier and TypeMethodDescriptionvoid
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.