com.sun.media.imageio.plugins.tiff

Class FaxTIFFTagSet

public class FaxTIFFTagSet extends TIFFTagSet

A class representing the extra tags found in a TIFF-F (RFC 2036) file.
Field Summary
static intCLEAN_FAX_DATA_ERRORS_CORRECTED
A value to be used with the "CleanFaxData" tag.
static intCLEAN_FAX_DATA_ERRORS_UNCORRECTED
A value to be used with the "CleanFaxData" tag.
static intCLEAN_FAX_DATA_NO_ERRORS
A value to be used with the "CleanFaxData" tag.
static intTAG_BAD_FAX_LINES
Tag indicating the number of bad fax lines (type SHORT or LONG).
static intTAG_CLEAN_FAX_DATA
Tag indicating the number of lines of clean fax data (type SHORT).
static intTAG_CONSECUTIVE_BAD_LINES
Tag indicating the number of consecutive bad lines (type SHORT or LONG).
Method Summary
static FaxTIFFTagSetgetInstance()
Returns a shared instance of a FaxTIFFTagSet.

Field Detail

CLEAN_FAX_DATA_ERRORS_CORRECTED

public static final int CLEAN_FAX_DATA_ERRORS_CORRECTED
A value to be used with the "CleanFaxData" tag.

See Also: TAG_CLEAN_FAX_DATA

CLEAN_FAX_DATA_ERRORS_UNCORRECTED

public static final int CLEAN_FAX_DATA_ERRORS_UNCORRECTED
A value to be used with the "CleanFaxData" tag.

See Also: TAG_CLEAN_FAX_DATA

CLEAN_FAX_DATA_NO_ERRORS

public static final int CLEAN_FAX_DATA_NO_ERRORS
A value to be used with the "CleanFaxData" tag.

See Also: TAG_CLEAN_FAX_DATA

TAG_BAD_FAX_LINES

public static final int TAG_BAD_FAX_LINES
Tag indicating the number of bad fax lines (type SHORT or LONG).

TAG_CLEAN_FAX_DATA

public static final int TAG_CLEAN_FAX_DATA
Tag indicating the number of lines of clean fax data (type SHORT).

See Also: CLEAN_FAX_DATA_NO_ERRORS CLEAN_FAX_DATA_ERRORS_CORRECTED CLEAN_FAX_DATA_ERRORS_UNCORRECTED

TAG_CONSECUTIVE_BAD_LINES

public static final int TAG_CONSECUTIVE_BAD_LINES
Tag indicating the number of consecutive bad lines (type SHORT or LONG).

Method Detail

getInstance

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

Returns: a FaxTIFFTagSet instance.