Class Summary |
EnumItem |
EnumItem is a base class for enumeration elements. |
EnumParameter |
|
Enums |
Enums is a utility class that allows to retrieve enumeration from a
class implementing the enumeration pattern using constants of the
type EnumItem . |
FlagSet |
FlagSet is a flags container and provides simple logical operations using bitmasks. |
FunctionCache |
Allows to cache softly-referenced Function instances,
which provides automatic removal of un-referenced instances in low memory conditions. |
JAWT |
Main JAWT interface class. |
JAWT_DrawingSurface |
JAWT drawing surface structure. |
JAWT_DrawingSurfaceInfo |
Information about a current drawing surface configuration. |
JAWT_Rectangle |
A rectangle structure. |
ProcessorInfo |
ProcessorInfo class is utility class that allows reading processor information: Name, Frequency etc. |
SoftCache |
SoftCache is a Map that provides caching and retrieving of objects
via SoftReference . |