com.aspose.cad.jasperreports.tiff.enums

Enum TiffExpectedFormatEnum

    • Enum Constant Detail

      • Default

        public static final TiffExpectedFormatEnum Default

        The default tiff format is no compression with B/W 1 bit per pixel only format. You can also use this setting to get an empty options and initialize with your tags or other settings.

      • TiffLzwBw

        public static final TiffExpectedFormatEnum TiffLzwBw

        The tiff having LZW compression and B/W 1 bit per pixel only format.

      • TiffLzwRgb

        public static final TiffExpectedFormatEnum TiffLzwRgb

        The tiff having LZW compression and RGB color format.

      • TiffLzwRgba

        public static final TiffExpectedFormatEnum TiffLzwRgba

        The tiff having LZW compression and RGBA with transparency color format.

      • TiffCcittFax3

        public static final TiffExpectedFormatEnum TiffCcittFax3

        The tiff CCITT FAX3 encoding. B/W 1 bit per pixel only supported for that scheme.

      • TiffCcittFax4

        public static final TiffExpectedFormatEnum TiffCcittFax4

        The tiff CCITT FAX4 encoding. B/W 1 bit per pixel only supported for that scheme.

      • TiffDeflateBw

        public static final TiffExpectedFormatEnum TiffDeflateBw

        The tiff having deflate compression and B/W 1 bit per pixel only format.

      • TiffDeflateRgb

        public static final TiffExpectedFormatEnum TiffDeflateRgb

        The tiff having deflate compression and RGB color format.

      • TiffDeflateRgba

        public static final TiffExpectedFormatEnum TiffDeflateRgba

        The tiff having deflate compression and RGBA color format.

      • TiffCcitRle

        public static final TiffExpectedFormatEnum TiffCcitRle

        The tiff CCITT RLE encoding. B/W 1 bit per pixel only supported for that scheme.

      • TiffJpegRgb

        public static final TiffExpectedFormatEnum TiffJpegRgb

        The tiff having Jpeg compression and RGB color format.

      • TiffJpegYCbCr

        public static final TiffExpectedFormatEnum TiffJpegYCbCr

        The tiff having Jpeg compression and YCBCR color format.

      • TiffNoCompressionBw

        public static final TiffExpectedFormatEnum TiffNoCompressionBw

        The uncompressed tiff and B/W 1 bit per pixel only format.

      • TiffNoCompressionRgb

        public static final TiffExpectedFormatEnum TiffNoCompressionRgb

        The uncompressed tiff and RGB color format.

      • TiffNoCompressionRgba

        public static final TiffExpectedFormatEnum TiffNoCompressionRgba

        The uncompressed tiff and RGBA with transparency color format.

    • Method Detail

      • values

        public static TiffExpectedFormatEnum[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (TiffExpectedFormatEnum c : TiffExpectedFormatEnum.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static TiffExpectedFormatEnum valueOf(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getType

        public int getType()
        Gets the value that represents the type of the enum.
        Returns:
        the type