public class ImageInfo
extends java.lang.Object
Constructor and Description |
---|
ImageInfo() |
ImageInfo(int width,
int height,
int type,
int bits,
java.lang.String mimeType) |
Modifier and Type | Method and Description |
---|---|
int |
getBits() |
int |
getHeight() |
java.lang.String |
getMimeType() |
int |
getType() |
int |
getWidth() |
void |
setBits(int bits) |
void |
setHeight(int height) |
void |
setMimeType(java.lang.String mimeType) |
void |
setType(int type) |
void |
setWidth(int width) |
public ImageInfo(int width, int height, int type, int bits, java.lang.String mimeType)
public ImageInfo()
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public int getType()
public void setType(int type)
public int getBits()
public void setBits(int bits)
public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)