public class ImageInfo extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
canScale
If this is true it indicates that the image can be scaled while being
decoded.
|
int |
format
This will be one of the FORMAT_XXX values.
|
static int |
FORMAT_BMP |
static int |
FORMAT_GIF |
static int |
FORMAT_JPEG |
static int |
FORMAT_PNG |
int |
height |
Picture |
image
This is only valid when getting one image out of a set of multiple images.
|
int |
pauseInMillis
Pause after this image for the specified number of milliseconds.
|
int |
size
An estimate on the number of bytes required by the image when decoded.
|
int |
width |
int |
x |
int |
y |
Constructor and Description |
---|
ImageInfo() |
public static final int FORMAT_BMP
public static final int FORMAT_PNG
public static final int FORMAT_JPEG
public static final int FORMAT_GIF
public int width
public int height
public int x
public int y
public int size
public int format
public boolean canScale
public int pauseInMillis
public Picture image