Package Summary  Overview Summary

class:FaxTIFFTagSet [NONE]


  • public final class FaxTIFFTagSet
    extends TIFFTagSet
    
    A class representing the extra tags found in a TIFF-F (RFC 2036) file.
    Since:
    9

field:TAG_BAD_FAX_LINES [NONE]

  • TAG_BAD_FAX_LINES

    public static final int TAG_BAD_FAX_LINES
    Tag indicating the number of bad fax lines (type SHORT or LONG).
    See Also:
    Constant Field Values

field:TAG_CLEAN_FAX_DATA [NONE]

field:CLEAN_FAX_DATA_NO_ERRORS [NONE]

field:CLEAN_FAX_DATA_ERRORS_CORRECTED [NONE]

field:CLEAN_FAX_DATA_ERRORS_UNCORRECTED [NONE]

field:TAG_CONSECUTIVE_BAD_LINES [NONE]

  • TAG_CONSECUTIVE_BAD_LINES

    public static final int TAG_CONSECUTIVE_BAD_LINES
    Tag indicating the number of consecutive bad lines (type SHORT or LONG).
    See Also:
    Constant Field Values

method:getInstance() [NONE]

  • getInstance

    public static FaxTIFFTagSet getInstance()
    Returns a shared instance of a FaxTIFFTagSet.
    Returns:
    a FaxTIFFTagSet instance.

© 2018 Oracle Corporation and/or its affiliates