|
|||||||||
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 | |
---|---|
int |
getHeight()
|
int |
getWidth()
|
void |
setHeight(int height)
|
void |
setWidth(int 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 heightMethod Detail |
---|
public int getHeight()
public void setHeight(int height)
height
- the heightpublic int getWidth()
public void setWidth(int width)
width
- the width
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |