|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WritableRectangle
Write interface for Rectangles
| Method Summary | |
|---|---|
void |
setBounds(int x,
int y,
int width,
int height)
Sets the bounds of the rectangle |
void |
setBounds(ReadablePoint location,
ReadableDimension size)
Sets the bounds of the rectangle |
void |
setBounds(ReadableRectangle src)
Sets the bounds of the rectangle |
| Methods inherited from interface org.lwjgl.util.WritablePoint |
|---|
setLocation, setLocation, setX, setY |
| Methods inherited from interface org.lwjgl.util.WritableDimension |
|---|
setHeight, setSize, setSize, setWidth |
| Method Detail |
|---|
void setBounds(int x,
int y,
int width,
int height)
x - Position of rectangle on x axisy - Position of rectangle on y axiswidth - Width of rectangleheight - Height of rectangle
void setBounds(ReadablePoint location,
ReadableDimension size)
location - size - void setBounds(ReadableRectangle src)
src -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||