Uses of Class
dods.clients.importwizard.TMAP.map.MinZoomException

Packages that use MinZoomException
dods.clients.importwizard.TMAP.map   
 

Uses of MinZoomException in dods.clients.importwizard.TMAP.map
 

Methods in dods.clients.importwizard.TMAP.map that throw MinZoomException
 void MapCanvas.zoom_in()
           
 void MapCanvas.zoom_out()
          Decreases the base image size the internally maintained zoom factor.
 void MapCanvas.zoom(double zoom_factor)
          Increases/decreases the base image size by the specified zoom factor.