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

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

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

Subclasses of MapTool in dods.clients.importwizard.TMAP.map
 class PTcXTool
          A rectangular map tool defined by x, y, width and height.
 class PTcXYTool
          A rectangular map tool defined by x, y, width and height.
 class PTcYTool
          A rectangular map tool defined by x, y, width and height.
 class PTTool
          A rectangular map tool defined by x, y, width and height.
 class XcYTool
          A rectangular map tool defined by x, y, width and height.
 class XTool
          A rectangular map tool defined by x, y, width and height.
 class XYTool
          A rectangular map tool defined by x, y, width and height.
 class YcXTool
          A rectangular map tool defined by x, y, width and height.
 class YTool
          A rectangular map tool defined by x, y, width and height.
 

Fields in dods.clients.importwizard.TMAP.map declared as MapTool
 MapTool[] MapCanvas.toolArray
           
 

Methods in dods.clients.importwizard.TMAP.map that return MapTool
 MapTool MapCanvas.getTool()
           
 MapTool MapCanvas.getTool(int i)
           
 

Methods in dods.clients.importwizard.TMAP.map with parameters of type MapTool
 void MapCanvas.newToolFromOld(int i, MapTool new_tool, MapTool old_tool)
           
 void MapCanvas.setTool(int i, MapTool tool)
           
 void MapCanvas.setToolArray(MapTool[] toolArray)
           
 

Constructors in dods.clients.importwizard.TMAP.map with parameters of type MapTool
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.