public class Image extends Object
Modifier and Type | Field and Description |
---|---|
static int |
IMAGE_TYPE_BMP |
static int |
IMAGE_TYPE_JPG |
static int |
IMAGE_TYPE_PNG |
Constructor and Description |
---|
Image(int type) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
byte[] |
getImageData() |
int |
getImageType() |
int |
getWidth() |
void |
setImageData(byte[] imageData) |
public static final int IMAGE_TYPE_PNG
public static final int IMAGE_TYPE_JPG
public static final int IMAGE_TYPE_BMP