| java.lang.Object com.gwtext.client.core.Size
Constructor Summary | |
public | Size() | public | Size(int width, int height) Create a new instance. |
Size | public Size(int width, int height)(Code) | | Create a new instance.
Parameters: width - element width Parameters: height - element height |
getHeight | public float getHeight()(Code) | | the height |
getWidth | public float getWidth()(Code) | | the width |
setHeight | public void setHeight(float height)(Code) | | Parameters: height - the height |
setWidth | public void setWidth(float width)(Code) | | Parameters: width - the width |
|
|