- java.lang.Object
- 
- javax.imageio.plugins.tiff.TIFFTagSet
- 
- javax.imageio.plugins.tiff.FaxTIFFTagSet
 
 
- 
 public final class FaxTIFFTagSet extends TIFFTagSet A class representing the extra tags found in a TIFF-F (RFC 2036) file.- Since:
- 9
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intCLEAN_FAX_DATA_ERRORS_CORRECTEDA value to be used with the "CleanFaxData" tag.static intCLEAN_FAX_DATA_ERRORS_UNCORRECTEDA value to be used with the "CleanFaxData" tag.static intCLEAN_FAX_DATA_NO_ERRORSA value to be used with the "CleanFaxData" tag.static intTAG_BAD_FAX_LINESTag indicating the number of bad fax lines (type SHORT or LONG).static intTAG_CLEAN_FAX_DATATag indicating the number of lines of clean fax data (type SHORT).static intTAG_CONSECUTIVE_BAD_LINESTag indicating the number of consecutive bad lines (type SHORT or LONG).
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static FaxTIFFTagSetgetInstance()Returns a shared instance of aFaxTIFFTagSet.- 
Methods declared in class javax.imageio.plugins.tiff.TIFFTagSetgetTag, getTag, getTagNames, getTagNumbers
 
- 
 
- 
- 
- 
Field Detail- 
TAG_BAD_FAX_LINESpublic static final int TAG_BAD_FAX_LINES Tag indicating the number of bad fax lines (type SHORT or LONG).- See Also:
- Constant Field Values
 
 - 
TAG_CLEAN_FAX_DATApublic static final int TAG_CLEAN_FAX_DATA Tag indicating the number of lines of clean fax data (type SHORT).
 - 
CLEAN_FAX_DATA_NO_ERRORSpublic static final int CLEAN_FAX_DATA_NO_ERRORS A value to be used with the "CleanFaxData" tag.- See Also:
- TAG_CLEAN_FAX_DATA, Constant Field Values
 
 - 
CLEAN_FAX_DATA_ERRORS_CORRECTEDpublic static final int CLEAN_FAX_DATA_ERRORS_CORRECTED A value to be used with the "CleanFaxData" tag.- See Also:
- TAG_CLEAN_FAX_DATA, Constant Field Values
 
 - 
CLEAN_FAX_DATA_ERRORS_UNCORRECTEDpublic static final int CLEAN_FAX_DATA_ERRORS_UNCORRECTED A value to be used with the "CleanFaxData" tag.- See Also:
- TAG_CLEAN_FAX_DATA, Constant Field Values
 
 - 
TAG_CONSECUTIVE_BAD_LINESpublic 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 Detail- 
getInstancepublic static FaxTIFFTagSet getInstance() Returns a shared instance of aFaxTIFFTagSet.- Returns:
- a FaxTIFFTagSetinstance.
 
 
- 
 
-