Class FaxTIFFTagSet
java.lang.Object
javax.imageio.plugins.tiff.TIFFTagSet
javax.imageio.plugins.tiff.FaxTIFFTagSet
A class representing the extra tags found in a
 TIFF-F (RFC 2036) file.
- Since:
- 9
- External Specifications
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intA value to be used with the "CleanFaxData" tag.static final intA value to be used with the "CleanFaxData" tag.static final intA value to be used with the "CleanFaxData" tag.static final intTag indicating the number of bad fax lines (type SHORT or LONG).static final intTag indicating the number of lines of clean fax data (type SHORT).static final intTag indicating the number of consecutive bad lines (type SHORT or LONG).
- 
Method SummaryModifier and TypeMethodDescriptionstatic FaxTIFFTagSetReturns a shared instance of aFaxTIFFTagSet.Methods declared in class javax.imageio.plugins.tiff.TIFFTagSetgetTag, getTag, getTagNames, getTagNumbers
- 
Field Details- 
TAG_BAD_FAX_LINESpublic static final int TAG_BAD_FAX_LINESTag indicating the number of bad fax lines (type SHORT or LONG).- See Also:
 
- 
TAG_CLEAN_FAX_DATApublic static final int TAG_CLEAN_FAX_DATATag indicating the number of lines of clean fax data (type SHORT).- See Also:
 
- 
CLEAN_FAX_DATA_NO_ERRORSpublic static final int CLEAN_FAX_DATA_NO_ERRORSA value to be used with the "CleanFaxData" tag.- See Also:
 
- 
CLEAN_FAX_DATA_ERRORS_CORRECTEDpublic static final int CLEAN_FAX_DATA_ERRORS_CORRECTEDA value to be used with the "CleanFaxData" tag.- See Also:
 
- 
CLEAN_FAX_DATA_ERRORS_UNCORRECTEDpublic static final int CLEAN_FAX_DATA_ERRORS_UNCORRECTEDA value to be used with the "CleanFaxData" tag.- See Also:
 
- 
TAG_CONSECUTIVE_BAD_LINESpublic static final int TAG_CONSECUTIVE_BAD_LINESTag indicating the number of consecutive bad lines (type SHORT or LONG).- See Also:
 
 
- 
- 
Method Details- 
getInstanceReturns a shared instance of aFaxTIFFTagSet.- Returns:
- a FaxTIFFTagSetinstance.
 
 
-