public class ASBmpExportParametersBean extends ImageExportParameters
The BMP file format export parameters.
Constructor and Description |
---|
ASBmpExportParametersBean()
Initializes a new instance of BMP export parameters.
|
Modifier and Type | Method and Description |
---|---|
int |
getBitsPerPixel()
Gets or sets the image bits per pixel count.
|
BitmapCompression |
getCompression()
Gets or sets the compression.
|
void |
setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
|
void |
setCompression(BitmapCompression value)
Gets or sets the compression.
|
void |
setPropertyValues(Object object) |
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint, setCenterDrawing, setFullFrame, setPalette, setResolutionSettings, setSmoothingMode, setTextRenderingHintEnum
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
public ASBmpExportParametersBean()
Initializes a new instance of BMP export parameters.
public int getBitsPerPixel()
Gets or sets the image bits per pixel count.
public void setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
value
- The image bits per pixel count.public BitmapCompression getCompression()
Gets or sets the compression.
public void setCompression(BitmapCompression value)
Gets or sets the compression.
value
- The compression.public void setPropertyValues(Object object)
setPropertyValues
in interface com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters
setPropertyValues
in class ImageExportParameters