gistoolkit.server.mapclient.command
Class ZoomOutCommand

java.lang.Object
  extended bygistoolkit.server.mapclient.command.BasicCommand
      extended bygistoolkit.server.mapclient.command.ZoomOutCommand
All Implemented Interfaces:
Command, java.lang.Runnable

public class ZoomOutCommand
extends BasicCommand

Class to handle zooming out.


Constructor Summary
ZoomOutCommand(Client inClient)
          Creates new ZoomOutCommand
 
Method Summary
 void doDrawExecute(Drawer inDrawer)
          Called when the drawer completes
 void execute()
          Called when the command is executed.
 
Methods inherited from class gistoolkit.server.mapclient.command.BasicCommand
drawexecute, getClient, getCommandName, run, setClient, setCommandName, showError, showException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZoomOutCommand

public ZoomOutCommand(Client inClient)
Creates new ZoomOutCommand

Method Detail

execute

public void execute()
Called when the command is executed.

Specified by:
execute in interface Command
Specified by:
execute in class BasicCommand

doDrawExecute

public void doDrawExecute(Drawer inDrawer)
Called when the drawer completes

Overrides:
doDrawExecute in class BasicCommand