public class Bitmap
extends java.lang.Object
| Constructor and Description |
|---|
Bitmap() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int[] |
getPixels() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setPixels(int[] pixels) |
void |
setWidth(int width) |