com.sun.media.imageio.plugins.tiff
public class FaxTIFFTagSet extends TIFFTagSet
Field Summary | |
---|---|
static int | CLEAN_FAX_DATA_ERRORS_CORRECTED
A value to be used with the "CleanFaxData" tag.
|
static int | CLEAN_FAX_DATA_ERRORS_UNCORRECTED
A value to be used with the "CleanFaxData" tag.
|
static int | CLEAN_FAX_DATA_NO_ERRORS
A value to be used with the "CleanFaxData" tag.
|
static int | TAG_BAD_FAX_LINES Tag indicating the number of bad fax lines (type SHORT or LONG). |
static int | TAG_CLEAN_FAX_DATA
Tag indicating the number of lines of clean fax data (type
SHORT).
|
static int | TAG_CONSECUTIVE_BAD_LINES
Tag indicating the number of consecutive bad lines (type
SHORT or LONG). |
Method Summary | |
---|---|
static FaxTIFFTagSet | getInstance()
Returns a shared instance of a FaxTIFFTagSet .
|
See Also: TAG_CLEAN_FAX_DATA
See Also: TAG_CLEAN_FAX_DATA
See Also: TAG_CLEAN_FAX_DATA
See Also: CLEAN_FAX_DATA_NO_ERRORS CLEAN_FAX_DATA_ERRORS_CORRECTED CLEAN_FAX_DATA_ERRORS_UNCORRECTED
FaxTIFFTagSet
.
Returns: a FaxTIFFTagSet
instance.