public final class Tile extends java.lang.Object
TileProvider
static Tile
EMPTY_TILE
byte[]
mData
int
mHeight
mWidth
Tile(int width, int height, byte[] data)
getData()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Tile EMPTY_TILE
public final byte[] mData
public final int mWidth
public final int mHeight
public Tile(int width, int height, byte[] data)
width
height
data
BitmapFactory.decodeByteArray(byte[], int, int, android.graphics.BitmapFactory.Options)
public byte[] getData()