Uses of Class
org.apache.batik.gvt.event.GraphicsNodeMouseWheelEvent
-
Packages that use GraphicsNodeMouseWheelEvent Package Description org.apache.batik.bridge.svg12 org.apache.batik.gvt.event Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes. -
-
Uses of GraphicsNodeMouseWheelEvent in org.apache.batik.bridge.svg12
Methods in org.apache.batik.bridge.svg12 with parameters of type GraphicsNodeMouseWheelEvent Modifier and Type Method Description voidSVG12BridgeEventSupport.Listener. mouseWheelMoved(GraphicsNodeMouseWheelEvent evt) -
Uses of GraphicsNodeMouseWheelEvent in org.apache.batik.gvt.event
Methods in org.apache.batik.gvt.event with parameters of type GraphicsNodeMouseWheelEvent Modifier and Type Method Description voidGraphicsNodeMouseWheelListener. mouseWheelMoved(GraphicsNodeMouseWheelEvent evt)Invoked when the mouse wheel has been moved.protected voidAWTEventDispatcher. processMouseWheelEvent(GraphicsNodeMouseWheelEvent evt)Processes the specified event by firing the 'global' listeners attached to this event dispatcher.
-