public interface ReadableDimension
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Get the height
|
void |
getSize(WritableDimension dest)
Copy this ReadableDimension into a destination Dimension
|
int |
getWidth()
Get the width
|
int getWidth()
int getHeight()
void getSize(WritableDimension dest)
dest
- The destinationCopyright © 2002-2009 lwjgl.org. All Rights Reserved.