| Package | Description |
|---|---|
| org.lwjgl.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReadableRectangle
Readonly 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 |
Rectangle.setBounds(ReadablePoint p,
ReadableDimension d) |
void |
WritableRectangle.setBounds(ReadablePoint location,
ReadableDimension size)
Sets the bounds of the rectangle
|
void |
Dimension.setSize(ReadableDimension d) |
void |
Rectangle.setSize(ReadableDimension d) |
void |
WritableDimension.setSize(ReadableDimension d) |
| Constructor and Description |
|---|
Dimension(ReadableDimension d)
Constructor for Dimension.
|
Rectangle(ReadablePoint p,
ReadableDimension d)
Constructor for Rectangle.
|
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.