|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an element with height and width in a graphical plane.
Method Summary | |
int |
getHeight()
Returns the height of the element. |
int |
getWidth()
Returns the width of the element. |
void |
setHeight(int value)
Updates the height of the element. |
void |
setWidth(int value)
Updates the width of the element. |
Method Detail |
public int getWidth()
public int getHeight()
public void setWidth(int value)
value
- The desired width of the element, in pixels.public void setHeight(int value)
value
- The desired height of the element, in pixels.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |