Package hec.map.annotations
Class AnnotationTool
java.lang.Object
hec.map.MapMouseAdapter
hec.map.annotations.AnnotationTool
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,EventListener
-
Field Summary
Fields inherited from class hec.map.MapMouseAdapter
_mapCanvas, _mapPanel, _strbuf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
called when the mouse is clicked.Methods inherited from class hec.map.MapMouseAdapter
abort, buildDefaultButtonGifStrings, getCursor, getWorldPt, getWorldPt, init, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, pressedButton1, pressedButton2, pressedButton3
-
Constructor Details
-
AnnotationTool
-
-
Method Details
-
mouseClicked
Description copied from class:MapMouseAdapter
called when the mouse is clicked. This method is expected to be overridden by subclasses that are interested in this event.- Specified by:
mouseClicked
in interfaceMouseListener
- Overrides:
mouseClicked
in classMapMouseAdapter
- Parameters:
e
- the MouseEvent
-