See: Description
| Class | Description |
|---|---|
| Arrays2 |
A class that consists exclusively of static methods that operates on or returns arrays of various types.
|
| Files |
A class that consists exclusively of static methods that operates on or returns
Files. |
| FloatArrayThreadLocal |
A
FloatArrayThreadLocal is a ThreadLocal that provides thread-local float arrays. |
| FPSCounter |
An
FPSCounter is used for calculating frames per second (FPS). |
| Image |
This
Image class represents an image that can be drawn to. |
| Ranges |
A class that consists exclusively of static methods that performs clamping and other range-specific operations.
|
| Strings |
A class that consists exclusively of static methods that operates on or returns
Strings. |
| Timer |
A
Timer represents a timer that can be used to measure the time that an activity has taken so far. |
| Enum | Description |
|---|---|
| Image.ArrayComponentOrder |
An
ArrayComponentOrder is used to tell us what order the R-, G-, B- and A-components are stored in arrays. |
| Image.PackedIntComponentOrder |
A
PackedIntComponentOrder is used to tell us what order the R-, G-, B- and A-components are stored in an int, in a packed form. |