|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aspose.imaging.CreateOptionsBase
com.aspose.imaging.createoptions.ImageCreateOptions
com.aspose.imaging.createoptions.BmpCreateOptions
public class BmpCreateOptions
The bmp file format creation options.
| Constructor Summary | |
|---|---|
BmpCreateOptions()
Initializes a new instance of the BmpCreateOptions class. |
|
BmpCreateOptions(BmpCreateOptions bmpCreateOptions)
Initializes a new instance of the BmpCreateOptions class. |
|
| Method Summary | |
|---|---|
int |
getBitsPerPixel()
Gets the image bits per pixel count. |
long |
getCompression()
Gets the compression. |
void |
setBitsPerPixel(int value)
Sets the image bits per pixel count. |
void |
setCompression(long value)
Sets the compression. |
| Methods inherited from class com.aspose.imaging.createoptions.ImageCreateOptions |
|---|
getHeight, getPalette, getUseCompactPalette, getWidth, setHeight, setPalette, setUseCompactPalette, setWidth |
| Methods inherited from class com.aspose.imaging.CreateOptionsBase |
|---|
getSource, setSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BmpCreateOptions()
Initializes a new instance of the BmpCreateOptions class.
public BmpCreateOptions(BmpCreateOptions bmpCreateOptions)
Initializes a new instance of the BmpCreateOptions class.
bmpCreateOptions - The BMP create options.| Method Detail |
|---|
public int getBitsPerPixel()
Gets the image bits per pixel count.
Value: The image bits per pixel count.
public long getCompression()
Gets the compression.
Value: The compression.
public void setBitsPerPixel(int value)
Sets the image bits per pixel count.
Value: The image bits per pixel count.
public void setCompression(long value)
Sets the compression.
Value: The compression.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||