com.smartgwt.client.core
Class Rectangle
java.lang.Object
com.smartgwt.client.core.Rectangle
public class Rectangle
- extends Object
Constructor Summary |
Rectangle(int left,
int top,
int width,
int height)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rectangle
public Rectangle(int left,
int top,
int width,
int height)
getLeft
public int getLeft()
getTop
public int getTop()
getWidth
public int getWidth()
getHeight
public int getHeight()
getAsJSArray
public JavaScriptObject getAsJSArray()