Interface | Description |
---|---|
ReadableColor |
Readonly interface for Colors
|
ReadableDimension |
Readonly interface for Dimensions
|
ReadablePoint |
Readonly interface for Points
|
ReadableRectangle |
Readonly interface for Rectangles
|
Renderable |
Simple interface to things that can be Rendered.
|
WritableColor |
Write interface for Colors
|
WritableDimension |
Write interface for Dimensions
|
WritablePoint |
Write interface for Points
|
WritableRectangle |
Write interface for Rectangles
|
Class | Description |
---|---|
Color |
A mutable Color class
|
Dimension |
A 2D integer Dimension class, which looks remarkably like an AWT one.
|
Display |
Display initialization utility, that can be used to find display modes and pick
one for you based on your criteria.
|
Point |
A 2D integer point class, which looks remarkably like an AWT one.
|
Rectangle |
A 2D integer Rectangle class which looks remarkably like an AWT one.
|
Timer |
A hires timer.
|
WaveData |
Utitlity class for loading wavefiles.
|
XPMFile |
NOTE: This simple XPM reader does not support extensions nor hotspots
|
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.