|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWidgetRectangle
Method Summary | |
---|---|
int |
getHeight()
|
java.awt.Rectangle |
getRectangle()
|
int |
getWidth()
|
int |
getX()
|
int |
getY()
|
void |
setHeight(int height)
Sets the height. |
void |
setPosition(int x,
int y)
Set the position |
void |
setSize(int width,
int height)
Set the size. |
void |
setWidth(int width)
Sets the width. |
void |
setX(int x)
Sets the x. |
void |
setY(int y)
Sets the y. |
Method Detail |
---|
int getHeight()
int getWidth()
int getX()
int getY()
void setHeight(int height)
height
- The height to setvoid setWidth(int width)
width
- The width to setvoid setX(int x)
x
- The x to setvoid setSize(int width, int height)
width
- the widhheight
- the heightvoid setPosition(int x, int y)
x
- the x coordinatey
- the y coordinatevoid setY(int y)
y
- The y to setjava.awt.Rectangle getRectangle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |