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 |
|---|---|
JavaScriptObject |
getAsJSArray() |
int |
getHeight() |
int |
getLeft() |
int |
getTop() |
int |
getWidth() |
public int getLeft()
public int getTop()
public int getWidth()
public int getHeight()
public JavaScriptObject getAsJSArray()