gistoolkit.server.mapclient.command
Class ZoomInCommand

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

public class ZoomInCommand
extends BasicCommand

Tells the image panel to zoom in.


Constructor Summary
ZoomInCommand(Client inClient)
          Creates new ZoomInCommand
 
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

ZoomInCommand

public ZoomInCommand(Client inClient)
Creates new ZoomInCommand

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