com.aspose.cad.jasperreports.jpg2000

Class ASJpeg2000ExportParametersBean

  • All Implemented Interfaces:
    com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters, Serializable


    public class ASJpeg2000ExportParametersBean
    extends ImageExportParameters

    The JPEG 2000 file format export configuration.

    See Also:
    Serialized Form
    • Constructor Detail

      • ASJpeg2000ExportParametersBean

        public ASJpeg2000ExportParametersBean()
        Instantiates a new Jpeg 2000 Export Configuration.
    • Method Detail

      • getComments

        public String[] getComments()

        Gets or sets the Jpeg comment markers.

        Returns:
        The Jpeg comment markers.
      • setComments

        public void setComments(String[] value)

        Gets or sets the Jpeg comment markers.

        Parameters:
        value - The Jpeg comment markers.
      • getCompressionRatios

        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.

        Returns:
        The compression ratios.
      • setCompressionRatios

        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.

        Parameters:
        value - The compression ratios.
      • getIrreversible

        public boolean getIrreversible()

        Gets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default).

        Returns:
        a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression
      • setIrreversible

        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).

        Parameters:
        value - a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression
      • setPropertyValues

        public void setPropertyValues(Object object)
        Specified by:
        setPropertyValues in interface com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters
        Overrides:
        setPropertyValues in class ImageExportParameters