public class ASJpeg2000ExportConfigurationImpl extends ImageExportConfigurationImpl implements ASJpeg2000ExportConfiguration
The JPEG 2000 file format export configuration.
Constructor and Description |
---|
ASJpeg2000ExportConfigurationImpl()
Initializes a new instance of the
Jpeg2000Options class. |
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).
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint, setCenterDrawing, setFullFrame, setPalette, setResolutionSettings, setSmoothingMode, setTextRenderingHintEnum
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
isOverrideHints, setOverrideHints
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint
getBackgroundColor, getLicense, isDrawBackground
public ASJpeg2000ExportConfigurationImpl()
Initializes a new instance of the Jpeg2000Options
class.
public String[] getComments()
Gets or sets the Jpeg comment markers.
getComments
in interface ASJpeg2000ExportConfiguration
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
getCodec
in interface ASJpeg2000ExportConfiguration
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.
getCompressionRatios
in interface ASJpeg2000ExportConfiguration
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).
getIrreversible
in interface ASJpeg2000ExportConfiguration
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 compression