Package | Description |
---|---|
org.lwjgl.util |
Modifier and Type | Class | Description |
---|---|---|
class |
Rectangle |
A 2D integer Rectangle class which looks remarkably like an AWT one.
|
Modifier and Type | Method | Description |
---|---|---|
WritableRectangle |
Rectangle.union(ReadableRectangle r,
WritableRectangle dest) |
Computes the union of this
Rectangle with the
specified Rectangle . |
Modifier and Type | Method | Description |
---|---|---|
void |
ReadableRectangle.getBounds(WritableRectangle dest) |
Copy this readable rectangle's bounds into a destination Rectangle
|
void |
Rectangle.getBounds(WritableRectangle dest) |
|
WritableRectangle |
Rectangle.union(ReadableRectangle r,
WritableRectangle dest) |
Computes the union of this
Rectangle with the
specified Rectangle . |
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.