com.annahid.libs.artenus.data
Contains data structures and data types that are frequently used within the framework.
Class Summary
| Class | Description |
|---|---|
| ConcurrentCollection | Thread-safe implementation of the Collection interface. |
| Point2D | Represents a 2-dimensional point and is used throughout this framework for positions, scaling factors, impulses, and other properties of objects. |
| RGB | Represents a color with red, green, and blue components. |
| RogueInt | Represents an integer value which cannot be discovered or altered using game hacking software. |