Uses of Class
com.bbn.openmap.event.CoordMouseMode

Packages that use CoordMouseMode
com.bbn.openmap.event Provides the various event object and listener interfaces for using the MapBean. 
com.bbn.openmap.layer.editor This package provides the infrastructure to create layers that provide a Tool interface that controls their content. 
com.bbn.openmap.tools.drawing Provides classes to implement a drawing tool. 
 

Uses of CoordMouseMode in com.bbn.openmap.event
 

Subclasses of CoordMouseMode in com.bbn.openmap.event
 class DefaultOverviewMouseMode
          A MouseMode that handles drawing a box, or clicking on a point, but directs the updates to the ControlledMapSupport of the overview map handler, instead of the overview MapBean, which would have been the normal behavior.
 class DistanceMouseMode
          This mouse mode draws a rubberband line and circle between each mouse click as the mouse is moved and displays the cumulative distance in nautical miles (nm), kilometers (km), statute miles (miles) and the azimuth angle in decimal degrees from north on the status bar.
 class NavMouseMode
          The Navigation Mouse Mode interprets mouse clicks and mouse drags to recenter and rescale the map.
 class NavMouseMode2
          The Navigation Mouse Mode interprets mouse clicks and mouse drags to recenter and rescale the map.
 class PanMouseMode
          PanMouseMode it is a class for Pan operation on the visible map.
 class SelectMouseMode
          The SelectMouseMode delegates handling of mouse events to the listeners.
 class ZoomMouseMode
          This mouse mode responds to a double click with an animation effect of zooming in the map.
 

Uses of CoordMouseMode in com.bbn.openmap.layer.editor
 

Subclasses of CoordMouseMode in com.bbn.openmap.layer.editor
 class EditorLayerMouseMode
          The EditorLayerMouseMode is a mouse mode that is made active when the EditorTool needs events.
 

Uses of CoordMouseMode in com.bbn.openmap.tools.drawing
 

Subclasses of CoordMouseMode in com.bbn.openmap.tools.drawing
 class OMDrawingToolMouseMode
          The OMDrawingToolMouseMode is the MapMouseMode that handles the events for the OMDrawingTool.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details