| java.lang.Object com.gwtext.client.core.JsObject com.gwtext.client.core.Box
Constructor Summary | |
public | Box(int x, int y, int width, int height) |
Method Summary | |
public int | getHeight() Get the box height. | public int | getWidth() Get the box width. | public int | getX() Get the x position value. | public int | getY() Get the y position value. |
Box | public Box(int x, int y, int width, int height)(Code) | | Constructor
Parameters: x - x-position Parameters: y - y-position Parameters: width - the box width Parameters: height - the box height |
getHeight | public int getHeight()(Code) | | Get the box height.
the box height |
getWidth | public int getWidth()(Code) | | Get the box width.
the box width |
getX | public int getX()(Code) | | Get the x position value.
the x value |
getY | public int getY()(Code) | | Get the y position value.
the y position |
Fields inherited from com.gwtext.client.core.JsObject | protected JavaScriptObject jsObj(Code)(Java Doc)
|
|
|