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 classA 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 TypeMethodDescriptionvoidAWTEventDispatcher.addGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener l) Adds the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.voidEventDispatcher.addGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener l) Adds the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.voidAWTEventDispatcher.removeGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener l) Removes the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.voidEventDispatcher.removeGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener l) Removes the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.