public class BMPOptions extends ImageOptions
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGN_BOTTOM_UP |
static int |
ALIGN_TOP_DOWN |
| Constructor and Description |
|---|
BMPOptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAlignment() |
BmpCompression |
getBmpComression() |
ImageType |
getImageType() |
void |
setAlignment(int alignment) |
void |
setBmpCompression(BmpCompression bmpCompression) |
public static final int ALIGN_BOTTOM_UP
public static final int ALIGN_TOP_DOWN
public ImageType getImageType()
getImageType in class ImageOptionspublic int getAlignment()
public BmpCompression getBmpComression()
public void setAlignment(int alignment)
public void setBmpCompression(BmpCompression bmpCompression)