Package hec.map
Class MapPanel.MouseWheelHandler
java.lang.Object
hec.map.MapPanel.MouseWheelHandler
- All Implemented Interfaces:
MouseWheelListener
,EventListener
- Enclosing class:
- MapPanel
MouseWheelHandler is an inner class which implements the
MouseWheelListener interface. MouseWheelHandler responds to
MouseWheelEvents by scrolling the MapPanel appropriately.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the mouse wheel is rotated while over the MapPanel.
-
Constructor Details
-
MouseWheelHandler
protected MouseWheelHandler()
-
-
Method Details
-
mouseWheelMoved
Called when the mouse wheel is rotated while over the MapPanel.- Specified by:
mouseWheelMoved
in interfaceMouseWheelListener
- Parameters:
e
- MouseWheelEvent to be handled
-