Package org.lwjgl.util
Interface ReadableDimension
- All Known Subinterfaces:
ReadableRectangle
public interface ReadableDimension
Readonly interface for Dimensions
- Version:
- $Revision$ $Id$
- Author:
- $Author$
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the heightvoid
getSize
(WritableDimension dest) Copy this ReadableDimension into a destination Dimensionint
getWidth()
Get the width
-
Method Details
-
getWidth
int getWidth()Get the width- Returns:
- int
-
getHeight
int getHeight()Get the height- Returns:
- int
-
getSize
Copy this ReadableDimension into a destination Dimension- Parameters:
dest
- The destination
-