public class ASPngExportParametersBean extends ImageExportParameters
The PNG file format export parameters.
| Constructor and Description |
|---|
ASPngExportParametersBean()
Instantiates a new Png export parameters.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getBitDepth()
Gets the bit depth.
|
PngColorType |
getColorType()
Gets or sets the type of the color.
|
int |
getCompressionLevel()
The png image compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.
|
PngFilterType |
getFilterType()
Gets or sets the filter type used during png file save process.
|
boolean |
getProgressive()
Gets or sets a value indicating whether this Png is progressive.
|
void |
setBitDepth(byte value)
Sets the bit depth.
|
void |
setColorType(PngColorType value)
Gets or sets the type of the color.
|
void |
setCompressionLevel(int value)
The png image compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.
|
void |
setFilterType(PngFilterType value)
Gets or sets the filter type used during png file save process.
|
void |
setProgressive(boolean value)
Gets or sets a value indicating whether this Png is progressive.
|
void |
setPropertyValues(Object object) |
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint, setCenterDrawing, setFullFrame, setPalette, setResolutionSettings, setSmoothingMode, setTextRenderingHintEnumgetBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicensepublic ASPngExportParametersBean()
public PngFilterType getFilterType()
Gets or sets the filter type used during png file save process.
PngFilterTypepublic int getCompressionLevel()
The png image compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.
public void setFilterType(PngFilterType value)
Gets or sets the filter type used during png file save process.
value - the filter type used during png file save process.PngFilterTypepublic PngColorType getColorType()
Gets or sets the type of the color.
PngColorTypepublic void setCompressionLevel(int value)
The png image compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.
value - the compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.public boolean getProgressive()
Gets or sets a value indicating whether this Png is progressive.
true if progressive; otherwise, false.public void setColorType(PngColorType value)
Gets or sets the type of the color.
value - The type of the color.PngColorTypepublic byte getBitDepth()
Gets the bit depth.
public void setProgressive(boolean value)
Gets or sets a value indicating whether this Png is progressive.
value - true if progressive; otherwise, false.public void setBitDepth(byte value)
Sets the bit depth.
value - The bit depth.public void setPropertyValues(Object object)
setPropertyValues in interface com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameterssetPropertyValues in class ImageExportParameters