Package org.lwjgl.util
Interface ReadableDimension
-
- All Known Subinterfaces:
ReadableRectangle
public interface ReadableDimensionReadonly interface for Dimensions- Version:
- $Revision$ $Id$
- Author:
- $Author$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHeight()Get the heightvoidgetSize(WritableDimension dest)Copy this ReadableDimension into a destination DimensionintgetWidth()Get the width
-
-
-
Method Detail
-
getWidth
int getWidth()
Get the width- Returns:
- int
-
getHeight
int getHeight()
Get the height- Returns:
- int
-
getSize
void getSize(WritableDimension dest)
Copy this ReadableDimension into a destination Dimension- Parameters:
dest- The destination
-
-