Uses of Interface
gistoolkit.server.mapclient.Drawer

Packages that use Drawer
gistoolkit.server.mapclient   
gistoolkit.server.mapclient.command   
gistoolkit.server.mapclient.drawer   
 

Uses of Drawer in gistoolkit.server.mapclient
 

Methods in gistoolkit.server.mapclient with parameters of type Drawer
 void Command.drawexecute(Drawer inDrawer)
          Called when the drawer completes
 void ImagePanel.setDrawer(Drawer inDrawer)
          Set the drawer into the image panel
 

Uses of Drawer in gistoolkit.server.mapclient.command
 

Methods in gistoolkit.server.mapclient.command with parameters of type Drawer
 void BasicCommand.drawexecute(Drawer inDrawer)
          Called when the drawer completes
 void BasicCommand.doDrawExecute(Drawer InDrawer)
          execute the drawe command.
 void PanCommand.doDrawExecute(Drawer inDrawer)
          Called when the drawer completes
 void ZoomInCommand.doDrawExecute(Drawer inDrawer)
          Called when the drawer completes
 void ZoomOutCommand.doDrawExecute(Drawer inDrawer)
          Called when the drawer completes
 

Uses of Drawer in gistoolkit.server.mapclient.drawer
 

Classes in gistoolkit.server.mapclient.drawer that implement Drawer
 class BasicDrawer
          Basic drawer allows subclassing by other drawers.
 class BoxDrawer
          Draws a box on the screen.
 class ClickDrawer
          A drawer that just returns the clicks on the interface.
 class PanDrawer
          Class to allow the user to move the image around on the screen.