public class Rectangle
extends java.lang.Object
| Constructor and Description | 
|---|
Rectangle(int left,
         int top,
         int width,
         int height)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.gwt.core.client.JavaScriptObject | 
getAsJSArray()  | 
int | 
getHeight()  | 
int | 
getLeft()  | 
int | 
getTop()  | 
int | 
getWidth()  |