public class SimpleImage extends Object
Constructor and Description |
---|
SimpleImage(int width,
int height) |
SimpleImage(int width,
int height,
byte[] values) |
Modifier and Type | Method and Description |
---|---|
Bitmap |
CreateBitmap()
Makes a
Bitmap from the current image. |
byte[] |
getData() |
int |
getHeight() |
int |
getWidth() |