Uses of Class
org.geotools.swing.event.MapMouseEvent
- 
Packages that use MapMouseEvent Package Description org.geotools.swing.event Mouse events and listener classes to work with both window and map positions.org.geotools.swing.tool Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools.
- 
- 
Uses of MapMouseEvent in org.geotools.swing.eventMethods in org.geotools.swing.event that return MapMouseEvent Modifier and Type Method Description MapMouseEventDefaultMapMouseEventDispatcher. convertEvent(MouseEvent ev)Converts an incoming Java AWT mouse event to a MapMouseEvent.MapMouseEventDefaultMapMouseEventDispatcher. convertEvent(MouseWheelEvent ev)Converts an incoming Java AWT mouse wheel event to a MapMouseEvent.MapMouseEventMapMouseEventDispatcher. convertEvent(MouseEvent ev)Converts an incoming Java AWT mouse event to a MapMouseEvent.MapMouseEventMapMouseEventDispatcher. convertEvent(MouseWheelEvent ev)Converts an incoming Java AWT mouse wheel event to a MapMouseEvent.Methods in org.geotools.swing.event with parameters of type MapMouseEvent Modifier and Type Method Description voidMapMouseAdapter. onMouseClicked(MapMouseEvent ev)Respond to a mouse click event received from the map panevoidMapMouseListener. onMouseClicked(MapMouseEvent ev)Respond to a mouse click event received from the map panevoidMapMouseAdapter. onMouseDragged(MapMouseEvent ev)Respond to a mouse dragged event received from the map panevoidMapMouseListener. onMouseDragged(MapMouseEvent ev)Respond to a mouse dragged event received from the map panevoidMapMouseAdapter. onMouseEntered(MapMouseEvent ev)Respond to a mouse entered event received from the map panevoidMapMouseListener. onMouseEntered(MapMouseEvent ev)Respond to a mouse entered event received from the map panevoidMapMouseAdapter. onMouseExited(MapMouseEvent ev)Respond to a mouse exited event received from the map panevoidMapMouseListener. onMouseExited(MapMouseEvent ev)Respond to a mouse exited event received from the map panevoidMapMouseAdapter. onMouseMoved(MapMouseEvent ev)Respond to a mouse movement event received from the map panevoidMapMouseListener. onMouseMoved(MapMouseEvent ev)Respond to a mouse movement event received from the map panevoidMapMouseAdapter. onMousePressed(MapMouseEvent ev)Respond to a mouse button press event received from the map panevoidMapMouseListener. onMousePressed(MapMouseEvent ev)Respond to a mouse button press event received from the map panevoidMapMouseAdapter. onMouseReleased(MapMouseEvent ev)Respond to a mouse button release event received from the map panevoidMapMouseListener. onMouseReleased(MapMouseEvent ev)Respond to a mouse button release event received from the map panevoidMapMouseAdapter. onMouseWheelMoved(MapMouseEvent ev)Respond to a mouse wheel scroll event received from the map panevoidMapMouseListener. onMouseWheelMoved(MapMouseEvent ev)Respond to a mouse wheel scroll event received from the map pane
- 
Uses of MapMouseEvent in org.geotools.swing.toolMethods in org.geotools.swing.tool with parameters of type MapMouseEvent Modifier and Type Method Description voidInfoTool. onMouseClicked(MapMouseEvent ev)Respond to a mouse click by querying each of theLayers.voidZoomInTool. onMouseClicked(MapMouseEvent e)Zoom in by the currently set increment, with the map centred at the location (in world coords) of the mouse clickvoidZoomOutTool. onMouseClicked(MapMouseEvent ev)Zoom out by the currently set increment, with the map centred at the location (in world coords) of the mouse clickvoidPanTool. onMouseDragged(MapMouseEvent ev)Respond to a mouse dragged event.voidZoomInTool. onMouseDragged(MapMouseEvent ev)Records that the mouse is being draggedvoidPanTool. onMousePressed(MapMouseEvent ev)Respond to a mouse button press event from the map mapPane.voidZoomInTool. onMousePressed(MapMouseEvent ev)Records the map position of the mouse event in case this button press is the beginning of a mouse dragvoidPanTool. onMouseReleased(MapMouseEvent ev)If this button release is the end of a mouse dragged event, requests the map mapPane to repaint the displayvoidZoomInTool. onMouseReleased(MapMouseEvent ev)If the mouse was dragged, determines the bounds of the box that the user defined and passes this to the mapPane'ssetDisplayAreamethod.voidScrollWheelTool. onMouseWheelMoved(MapMouseEvent ev)
 
-