| Package | Description |
|---|---|
| org.lwjgl.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WritableRectangle
Write interface for Rectangles
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dimension
A 2D integer Dimension class, which looks remarkably like an AWT one.
|
class |
Rectangle
A 2D integer Rectangle class which looks remarkably like an AWT one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dimension.getSize(WritableDimension dest) |
void |
ReadableDimension.getSize(WritableDimension dest)
Copy this ReadableDimension into a destination Dimension
|
void |
Rectangle.getSize(WritableDimension dest) |
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.