Package hec.map.tin
Class TinDepthAdapter
java.lang.Object
hec.map.MapMouseAdapter
hec.map.tin.TinDepthAdapter
- All Implemented Interfaces:
MouseListener,MouseMotionListener,EventListener
Stream Alignment editor adapter for MapCanvas.
-
Field Summary
Fields inherited from class hec.map.MapMouseAdapter
_mapCanvas, _mapPanel, _strbuf -
Method Summary
Modifier and TypeMethodDescriptionvoidcalled when the mouse is dragged.voidcalled when the mouse is Pressed.voidcalled when the mouse is released.Methods inherited from class hec.map.MapMouseAdapter
abort, buildDefaultButtonGifStrings, getCursor, getWorldPt, getWorldPt, init, mouseClicked, mouseEntered, mouseExited, mouseMoved, pressedButton1, pressedButton2, pressedButton3
-
Method Details
-
mouseReleased
Description copied from class:MapMouseAdaptercalled when the mouse is released. This method is expected to be overridden by subclasses that are interested in this event.- Specified by:
mouseReleasedin interfaceMouseListener- Overrides:
mouseReleasedin classMapMouseAdapter- Parameters:
e- the MouseEvent
-
mousePressed
Description copied from class:MapMouseAdaptercalled when the mouse is Pressed. This method is expected to be overridden by subclasses that are interested in this event.- Specified by:
mousePressedin interfaceMouseListener- Overrides:
mousePressedin classMapMouseAdapter- Parameters:
e- the MouseEvent
-
mouseDragged
Description copied from class:MapMouseAdaptercalled when the mouse is dragged. This method is expected to be overridden by subclasses that are interested in this event.- Specified by:
mouseDraggedin interfaceMouseMotionListener- Overrides:
mouseDraggedin classMapMouseAdapter- Parameters:
e- the MouseEvent
-