public class ASJpegExportParametersBean extends ImageExportParameters
Constructor and Description |
---|
ASJpegExportParametersBean()
Instantiates a new Jpeg Export Parameters.
|
Modifier and Type | Method and Description |
---|---|
byte |
getBitsPerChannel()
Gets bits per channel for lossless jpeg image.
|
com.aspose.cad.sources.StreamSource |
getCmykColorProfile()
The destination CMYK color profile for CMYK jpeg images.
|
JpegCompressionColorMode |
getColorType()
Gets the color type for jpeg image.
|
String |
getComment()
Gets the jpeg file comment.
|
JpegCompressionMode |
getCompressionType()
Gets the compression type.
|
com.aspose.imaging.exif.JpegExifData |
getExifData()
Get or set exif data container
|
ASJpegExportConfiguration |
getExportConfiguration()
Gets export configuration.
|
byte[] |
getHorizontalSampling()
Gets the horizontal subsamplings for each component.
|
int |
getJpegLsAllowedLossyError()
Gets the JPEG-LS difference bound for near-lossless coding (NEAR parameter from the JPEG-LS specification).
|
JpegLsInterleaveMode |
getJpegLsInterleaveMode()
Gets the JPEG-LS interleave mode.
|
com.aspose.imaging.fileformats.jpeg.JpegLsPresetCodingParameters |
getJpegLsPreset()
Gets the JPEG-LS preset parameters.
|
boolean |
getPreblendAlphaIfPresent()
Gets a value indicating whether red, green and blue components should be mixed with a background color, if alpha channel is present.
|
int |
getQuality()
Gets image quality.
|
com.aspose.cad.imageoptions.RdOptimizerSettings |
getRdOptSettings()
Gets the RD optimizer settings.
|
ResolutionUnit |
getResolutionUnit()
Gets the resolution unit.
|
com.aspose.cad.sources.StreamSource |
getRgbColorProfile()
The destination RGB color profile for CMYK jpeg images.
|
SampleRoundingMode |
getSampleRoundingMode()
Gets the sample rounding mode to fit an 8-bit value to an n-bit value.
|
byte[] |
getVerticalSampling()
Gets the vertical subsamplings for each component.
|
com.aspose.cad.xmp.XmpPacketWrapper |
getXmpData()
Gets the XMP metadata container.
|
void |
setBitsPerChannel(byte value)
Sets bits per channel for lossless jpeg image.
|
void |
setCmykColorProfile(com.aspose.cad.sources.StreamSource value)
The destination CMYK color profile for CMYK jpeg images.
|
void |
setColorType(JpegCompressionColorMode value)
Sets the color type for jpeg image.
|
void |
setComment(String value)
Sets the jpeg file comment.
|
void |
setCompressionType(JpegCompressionMode value)
Sets the compression type.
|
void |
setExifData(com.aspose.imaging.exif.JpegExifData value)
Get or set exif data container
|
void |
setHorizontalSampling(byte[] value)
Sets the horizontal subsamplings for each component.
|
void |
setJpegLsAllowedLossyError(int value)
Sets the JPEG-LS difference bound for near-lossless coding (NEAR parameter from the JPEG-LS specification).
|
void |
setJpegLsInterleaveMode(JpegLsInterleaveMode value)
Sets the JPEG-LS interleave mode.
|
void |
setJpegLsPreset(com.aspose.imaging.fileformats.jpeg.JpegLsPresetCodingParameters value)
Sets the JPEG-LS preset parameters.
|
void |
setPreblendAlphaIfPresent(boolean value)
Sets a value indicating whether red, green and blue components should be mixed with a background color, if alpha channel is present.
|
void |
setPropertyValues(Object propertyValues) |
void |
setQuality(int value)
Sets image quality.
|
void |
setRdOptSettings(com.aspose.cad.imageoptions.RdOptimizerSettings value)
Sets the RD optimizer settings.
|
void |
setResolutionUnit(ResolutionUnit value)
Sets the resolution unit.
|
void |
setRgbColorProfile(com.aspose.cad.sources.StreamSource value)
The destination RGB color profile for CMYK jpeg images.
|
void |
setSampleRoundingMode(SampleRoundingMode value)
Sets the sample rounding mode to fit an 8-bit value to an n-bit value.
|
void |
setVerticalSampling(byte[] value)
Sets the vertical subsamplings for each component.
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint, setCenterDrawing, setFullFrame, setPalette, setResolutionSettings, setSmoothingMode, setTextRenderingHintEnum
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
public ASJpegExportParametersBean()
public ASJpegExportConfiguration getExportConfiguration()
public com.aspose.cad.xmp.XmpPacketWrapper getXmpData()
Gets the XMP metadata container.
public String getComment()
Gets the jpeg file comment.
public void setComment(String value)
Sets the jpeg file comment.
value
- the valuepublic com.aspose.imaging.exif.JpegExifData getExifData()
Get or set exif data container
public void setExifData(com.aspose.imaging.exif.JpegExifData value)
Get or set exif data container
value
- the valuepublic JpegCompressionMode getCompressionType()
Gets the compression type.
public void setCompressionType(JpegCompressionMode value)
Sets the compression type.
value
- the valuepublic JpegCompressionColorMode getColorType()
Gets the color type for jpeg image.
public void setColorType(JpegCompressionColorMode value)
Sets the color type for jpeg image.
value
- the valuepublic byte getBitsPerChannel()
Gets bits per channel for lossless jpeg image. Now we support from 2 to 8 bits per channel.
public void setBitsPerChannel(byte value)
Sets bits per channel for lossless jpeg image. Now we support from 2 to 8 bits per channel.
value
- the valuepublic int getQuality()
Gets image quality.
public void setQuality(int value)
Sets image quality.
value
- the valuepublic com.aspose.cad.imageoptions.RdOptimizerSettings getRdOptSettings()
Gets the RD optimizer settings.
public void setRdOptSettings(com.aspose.cad.imageoptions.RdOptimizerSettings value)
Sets the RD optimizer settings.
value
- The RD optimizer settings.public com.aspose.cad.sources.StreamSource getRgbColorProfile()
The destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion.
public void setRgbColorProfile(com.aspose.cad.sources.StreamSource value)
The destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion.
value
- the valuepublic com.aspose.cad.sources.StreamSource getCmykColorProfile()
The destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion.
public void setCmykColorProfile(com.aspose.cad.sources.StreamSource value)
The destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion.
value
- the valuepublic int getJpegLsAllowedLossyError()
Gets the JPEG-LS difference bound for near-lossless coding (NEAR parameter from the JPEG-LS specification).
public void setJpegLsAllowedLossyError(int value)
Sets the JPEG-LS difference bound for near-lossless coding (NEAR parameter from the JPEG-LS specification).
value
- the valuepublic JpegLsInterleaveMode getJpegLsInterleaveMode()
Gets the JPEG-LS interleave mode.
public void setJpegLsInterleaveMode(JpegLsInterleaveMode value)
Sets the JPEG-LS interleave mode.
value
- the valuepublic com.aspose.imaging.fileformats.jpeg.JpegLsPresetCodingParameters getJpegLsPreset()
Gets the JPEG-LS preset parameters.
public void setJpegLsPreset(com.aspose.imaging.fileformats.jpeg.JpegLsPresetCodingParameters value)
Sets the JPEG-LS preset parameters.
value
- the valuepublic byte[] getHorizontalSampling()
Gets the horizontal subsamplings for each component.
public void setHorizontalSampling(byte[] value)
Sets the horizontal subsamplings for each component.
value
- the valuepublic byte[] getVerticalSampling()
Gets the vertical subsamplings for each component.
public void setVerticalSampling(byte[] value)
Sets the vertical subsamplings for each component.
value
- the valuepublic SampleRoundingMode getSampleRoundingMode()
Gets the sample rounding mode to fit an 8-bit value to an n-bit value.
public void setSampleRoundingMode(SampleRoundingMode value)
Sets the sample rounding mode to fit an 8-bit value to an n-bit value.
value
- the valuepublic boolean getPreblendAlphaIfPresent()
Gets a value indicating whether red, green and blue components should be mixed with a background color, if alpha channel is present.
public void setPreblendAlphaIfPresent(boolean value)
Sets a value indicating whether red, green and blue components should be mixed with a background color, if alpha channel is present.
value
- the valuepublic final ResolutionUnit getResolutionUnit()
Gets the resolution unit.
public final void setResolutionUnit(ResolutionUnit value)
Sets the resolution unit.
value
- the resolution unit.public void setPropertyValues(Object propertyValues)
setPropertyValues
in interface com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters
setPropertyValues
in class ImageExportParameters