|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.core.Size
public class Size
This class represents the size of an element.
ExtElement.getSize()| Constructor Summary | |
|---|---|
Size()
|
|
Size(int width,
int height)
Create a new instance. |
|
| Method Summary | |
|---|---|
float |
getHeight()
|
float |
getWidth()
|
void |
setHeight(float height)
|
void |
setWidth(float width)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Size()
public Size(int width,
int height)
width - element widthheight - element height| Method Detail |
|---|
public float getHeight()
public void setHeight(float height)
height - the heightpublic float getWidth()
public void setWidth(float width)
width - the width
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||