org.vectomatic.client.rep.command
Class ResizeDrawingCommand

java.lang.Object
  extended by org.vectomatic.client.rep.command.CommandBase
      extended by org.vectomatic.client.rep.command.ResizeDrawingCommand
All Implemented Interfaces:
ICommand

public class ResizeDrawingCommand
extends CommandBase

Command to resize the drawing


Field Summary
 
Fields inherited from class org.vectomatic.client.rep.command.CommandBase
_app
 
Constructor Summary
ResizeDrawingCommand(RepApplication app, RepresentationController controller, int width, int height)
           
 
Method Summary
 void execute()
          Execute the command
 String getDescription()
          Get the description of the command
 void unexecute()
          Undo the command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResizeDrawingCommand

public ResizeDrawingCommand(RepApplication app,
                            RepresentationController controller,
                            int width,
                            int height)
Method Detail

getDescription

public String getDescription()
Description copied from interface: ICommand
Get the description of the command


execute

public void execute()
Description copied from interface: ICommand
Execute the command


unexecute

public void unexecute()
Description copied from interface: ICommand
Undo the command



Copyright © 2010. All Rights Reserved.