org.lwjgl.util
Interface ReadableRectangle

All Superinterfaces:
ReadableDimension, ReadablePoint
All Known Implementing Classes:
Rectangle

public interface ReadableRectangle
extends ReadableDimension, ReadablePoint

Readonly interface for Rectangles

Version:
$Revision: 2983 $ $Id: ReadableRectangle.java 2983 2008-04-07 18:36:09Z matzon $
Author:
$Author: matzon $

Method Summary
 void getBounds(WritableRectangle dest)
          Copy this readable rectangle's bounds into a destination Rectangle
 
Methods inherited from interface org.lwjgl.util.ReadableDimension
getHeight, getSize, getWidth
 
Methods inherited from interface org.lwjgl.util.ReadablePoint
getLocation, getX, getY
 

Method Detail

getBounds

void getBounds(WritableRectangle dest)
Copy this readable rectangle's bounds into a destination Rectangle

Parameters:
dest - The destination Rectangle, or null, to create a new Rectangle


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.