Package org.lwjgl.util
Interface ReadableRectangle
- All Superinterfaces:
ReadableDimension
,ReadablePoint
- All Known Implementing Classes:
Rectangle
Readonly interface for Rectangles
- Version:
- $Revision$ $Id$
- Author:
- $Author$
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getBounds
(WritableRectangle dest) Copy this readable rectangle's bounds into a destination RectangleMethods inherited from interface org.lwjgl.util.ReadableDimension
getHeight, getSize, getWidth
Methods inherited from interface org.lwjgl.util.ReadablePoint
getLocation, getX, getY
-
Method Details
-
getBounds
Copy this readable rectangle's bounds into a destination Rectangle- Parameters:
dest
- The destination Rectangle, or null, to create a new Rectangle
-