public class ASJpeg2000ExportParametersBean extends ImageExportParameters
The JPEG 2000 file format export configuration.
Constructor and Description |
---|
ASJpeg2000ExportParametersBean()
Instantiates a new Jpeg 2000 Export Configuration.
|
Modifier and Type | Method and Description |
---|---|
Jpeg2000CodecEnum |
getCodec()
Gets or sets the JPEG2000 codec
|
String[] |
getComments()
Gets or sets the Jpeg comment markers.
|
int[] |
getCompressionRatios()
Gets or sets the Array of compression ratio.
|
boolean |
getIrreversible()
Gets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default).
|
void |
setCodec(Jpeg2000CodecEnum value)
Gets or sets the JPEG2000 codec
|
void |
setComments(String[] value)
Gets or sets the Jpeg comment markers.
|
void |
setCompressionRatios(int[] value)
Gets or sets the Array of compression ratio.
|
void |
setIrreversible(boolean value)
Sets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default).
|
void |
setPropertyValues(Object object) |
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint, setCenterDrawing, setFullFrame, setPalette, setResolutionSettings, setSmoothingMode, setTextRenderingHintEnum
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
public ASJpeg2000ExportParametersBean()
public String[] getComments()
Gets or sets the Jpeg comment markers.
public void setComments(String[] value)
Gets or sets the Jpeg comment markers.
value
- The Jpeg comment markers.public Jpeg2000CodecEnum getCodec()
Gets or sets the JPEG2000 codec
Jpeg2000CodecEnum
public void setCodec(Jpeg2000CodecEnum value)
Gets or sets the JPEG2000 codec
value
- The JPEG2000 codecJpeg2000CodecEnum
public int[] getCompressionRatios()
Gets or sets the Array of compression ratio. Different compression ratios for successive layers. The rate specified for each quality level is the desired compression factor. Decreasing ratios required.
public void setCompressionRatios(int[] value)
Gets or sets the Array of compression ratio. Different compression ratios for successive layers. The rate specified for each quality level is the desired compression factor. Decreasing ratios required.
value
- The compression ratios.public boolean getIrreversible()
Gets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default).
public void setIrreversible(boolean value)
Sets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default).
value
- a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compressionpublic void setPropertyValues(Object object)
setPropertyValues
in interface com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters
setPropertyValues
in class ImageExportParameters