public class TileBitmap
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
android.graphics.Bitmap |
bmp |
int |
column |
int |
level |
int |
row |
| Constructor and Description |
|---|
TileBitmap(android.graphics.Bitmap bmp,
int level,
int column,
int row) |