| Interface | Description |
|---|---|
| BitmapPacker.PackStrategy | |
| SpatialIndex<T> | |
| SpatialIndex.SearchCb<T> |
| Class | Description |
|---|---|
| ArrayUtils | |
| BitmapPacker | |
| BitmapPacker.GuillotineStrategy |
Does bin packing by inserting to the right or below previously packed rectangles.
|
| BitmapPacker.PackerAtlasItem | |
| BitmapPacker.SkylineStrategy |
Does bin packing by inserting in rows.
|
| ColorsCSS |
Colors from http://www.w3.org/TR/css3-color
|
| ColorUtil | |
| Easing | |
| FastMath | |
| GeoPointUtils |
The coordinate validation functions come from Mapsforge LatLongUtils class.
|
| IOUtils |
A utility class with IO-specific helper methods.
|
| KeyMap<K extends KeyMap.HashItem> |
Note: the implementation of
KeyMap is not synchronized. |
| KeyMap.HashItem | |
| LRUCache<K,V> |
An LRUCache with a fixed size and an access-order policy.
|
| MinHeap | |
| MinHeap.Item | |
| Parameters | |
| PausableThread |
An abstract base class for threads which support pausing and resuming.
|
| QuadTree<T> |
Quad-tree with fixed extents.
|
| RTree<T> |
Implementation of RTree, a multidimensional bounding rectangle tree.
|
| RTree.Iterator<T> | |
| ScanBox |
Scan-line fill algorithm to retrieve tile-coordinates from
Viewport.
|
| Tessellator | |
| TessJNI | |
| TessJNI.ElementType | |
| TessJNI.WindingRule |
See OpenGL Red Book for description of the winding rules
http://www.glprogramming.com/red/chapter11.html
|
| TextureAtlasUtils | |
| ThreadUtils | |
| TimSort<T> |
A stable, adaptive, iterative mergesort that requires far fewer than n lg(n)
comparisons when running on partially sorted
arrays, while offering performance comparable to a traditional mergesort when
run on random arrays.
|
| UTF8Decoder | |
| Utils |
| Enum | Description |
|---|---|
| Easing.Type |