| | Class | Description |
| | Arrays |
Utility methods for working with arrays. |
| | Colors |
Utility methods for working with colors. |
| | Dates |
Utility methods for working with Date instances. |
| | Displays |
Utility methods for working with display objects. |
| | Filter |
Utility methods for creating filter functions. |
| | Geometry |
Utility methods for computational geometry. |
| | Maths |
Utility methods for mathematics not found in the Math class. |
| | Orientation |
Constants defining layout orientations. |
| | Property |
Utility class for accessing arbitrary property chains, allowing
nested property expressions (e.g., x.a.b.c or
x.a[1]). |
| | Shapes |
Utility class defining shape types and shape drawing routines. |
| | Sort |
Utility class for sorting and creating sorting functions. |
| | Stats |
Utility class for computing statistics for a collection of values. |
| | Strings |
Utility methods for working with String instances. |