public interface WritableDimension
Modifier and Type | Method and Description |
---|---|
void |
setHeight(int height)
Sets the height.
|
void |
setSize(int w,
int h) |
void |
setSize(ReadableDimension d) |
void |
setWidth(int width)
Sets the width.
|
void setSize(int w, int h)
void setSize(ReadableDimension d)
void setHeight(int height)
height
- The height to setvoid setWidth(int width)
width
- The width to setCopyright © 2002-2009 lwjgl.org. All Rights Reserved.