Nuxeo Enterprise Platform 5.4

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 java.lang.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.