org.vectomatic.client.rep.controller
Class ResizeController

java.lang.Object
  extended by org.vectomatic.client.rep.controller.ControllerBase
      extended by org.vectomatic.client.rep.controller.ResizeController
All Implemented Interfaces:
IController

public class ResizeController
extends ControllerBase


Field Summary
 
Fields inherited from class org.vectomatic.client.rep.controller.ControllerBase
_app
 
Constructor Summary
ResizeController(RepApplication app, RepresentationController repController)
           
 
Method Summary
 void activate(DrawingView view)
           
 com.google.gwt.user.client.ui.MenuItem getResizeMenuItem(DrawingView view)
           
 void resize(int width, int height)
           
 
Methods inherited from class org.vectomatic.client.rep.controller.ControllerBase
deactivate, keyDown, keyPress, keyUp, mouseDown, mouseMove, mouseUp, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResizeController

public ResizeController(RepApplication app,
                        RepresentationController repController)
Method Detail

activate

public void activate(DrawingView view)
Specified by:
activate in interface IController
Overrides:
activate in class ControllerBase

getResizeMenuItem

public com.google.gwt.user.client.ui.MenuItem getResizeMenuItem(DrawingView view)

resize

public void resize(int width,
                   int height)


Copyright © 2010. All Rights Reserved.