|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gwtext.client.core.JsObject
com.gwtext.client.core.Box
public class Box
This class represents an Element's Box.
BaseElement.setBox(Box)
,
BaseElement.setBox(Box, boolean, boolean)
,
BaseElement.setBox(Box, boolean, AnimationConfig)
Field Summary |
---|
Fields inherited from class com.gwtext.client.core.JsObject |
---|
jsObj |
Constructor Summary | |
---|---|
Box(int x,
int y,
int width,
int height)
Constructor |
Method Summary | |
---|---|
int |
getHeight()
Get the box height. |
int |
getWidth()
Get the box width. |
int |
getX()
Get the x position value. |
int |
getY()
Get the y position value. |
Methods inherited from class com.gwtext.client.core.JsObject |
---|
getJsObj, getProperties, isCreated, setJsObj |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Box(int x, int y, int width, int height)
x
- x-positiony
- y-positionwidth
- the box widthheight
- the box heightMethod Detail |
---|
public int getX()
public int getY()
public int getWidth()
public int getHeight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |