public static final class MapTile.State
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
CANCEL
STATE_CANCEL: tile is removed from TileManager,
but may still be processed by TileLoader.
|
static byte |
DEADBEEF
Dont touch if you find some.
|
static byte |
LOADING
STATE_LOADING means the tile is about to be loaded / loading.
|
static byte |
NEW_DATA
STATE_NEW_DATA: tile data is prepared for rendering.
|
static byte |
NONE |
static byte |
READY
STATE_READY: tile data is uploaded to GL.
|
| Constructor and Description |
|---|
State() |
public static final byte NONE
public static final byte LOADING
public static final byte NEW_DATA
public static final byte READY
public static final byte CANCEL
public static final byte DEADBEEF