Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.pictures.tiles.gwt.client.view
Class SelectedArea

java.lang.Object
  extended by org.nuxeo.ecm.platform.pictures.tiles.gwt.client.view.SelectedArea

public class SelectedArea
extends Object

Author:
Thomas Roger

Constructor Summary
SelectedArea(int maxWidth, int maxHeight, com.google.gwt.user.client.ui.Panel parent)
           
 
Method Summary
 void centerOn(int x, int y)
           
 void changeArea(Rectangle area)
           
 Rectangle getCurrentArea()
           
 void move(int x, int y)
           
 void putArea()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectedArea

public SelectedArea(int maxWidth,
                    int maxHeight,
                    com.google.gwt.user.client.ui.Panel parent)
Method Detail

changeArea

public void changeArea(Rectangle area)

getCurrentArea

public Rectangle getCurrentArea()

move

public void move(int x,
                 int y)

centerOn

public void centerOn(int x,
                     int y)

putArea

public void putArea()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.