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

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

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

Fields in dods.clients.importwizard.TMAP.map declared as MapGrid
 MapGrid MapTool.grid
          The grid on which this tool acts.
 MapGrid MapRegion.grid
          The grid on which this tool acts.
 MapGrid MapCanvas.grid
          The current grid being used by the map.
 

Methods in dods.clients.importwizard.TMAP.map that return MapGrid
 MapGrid MapTool.getGrid()
          Returns the grid on which this tool acts.
 MapGrid MapRegion.getGrid()
          Returns the grid on which this tool acts.
 MapGrid MapCanvas.getGrid()
           
 

Methods in dods.clients.importwizard.TMAP.map with parameters of type MapGrid
 void MapTool.setGrid(MapGrid grid)
          Sets the grid on which this tool acts.
 void MapRegion.setGrid(MapGrid grid)
          Sets the grid on which this tool acts.
 void MapCanvas.setGrid(MapGrid grid)
           
 

Constructors in dods.clients.importwizard.TMAP.map with parameters of type MapGrid
MapCanvas(ImageIcon image_icon, int width, int height, MapTool[] toolArray, MapGrid grid)
          Constructs and initializes a MapCanvas with the specified parameters.
MapCanvas(ImageIcon image_icon, int width, int height, MapTool[] toolArray, MapGrid grid, int x, int y, double scaling)
          Constructs and initializes a MapCanvas with the specified parameters.