Class FaxTIFFTagSet
java.lang.Object
com.github.jaiimageio.plugins.tiff.TIFFTagSet
com.github.jaiimageio.plugins.tiff.FaxTIFFTagSet
A class representing the extra tags found in a
TIFF-F (RFC 2036) file.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
A value to be used with the "CleanFaxData" tag.static final int
A value to be used with the "CleanFaxData" tag.static final int
A value to be used with the "CleanFaxData" tag.static final int
Tag indicating the number of bad fax lines (type SHORT or LONG).static final int
Tag indicating the number of lines of clean fax data (type SHORT).static final int
Tag indicating the number of consecutive bad lines (type SHORT or LONG).private static List
private static FaxTIFFTagSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FaxTIFFTagSet
Returns a shared instance of aFaxTIFFTagSet
.private static void
initTags()
Methods inherited from class com.github.jaiimageio.plugins.tiff.TIFFTagSet
getTag, getTag, getTagNames, getTagNumbers
-
Field Details
-
theInstance
-
TAG_BAD_FAX_LINES
public static final int TAG_BAD_FAX_LINESTag indicating the number of bad fax lines (type SHORT or LONG).- See Also:
-
TAG_CLEAN_FAX_DATA
public static final int TAG_CLEAN_FAX_DATATag indicating the number of lines of clean fax data (type SHORT).- See Also:
-
CLEAN_FAX_DATA_NO_ERRORS
public static final int CLEAN_FAX_DATA_NO_ERRORSA value to be used with the "CleanFaxData" tag.- See Also:
-
CLEAN_FAX_DATA_ERRORS_CORRECTED
public static final int CLEAN_FAX_DATA_ERRORS_CORRECTEDA value to be used with the "CleanFaxData" tag.- See Also:
-
CLEAN_FAX_DATA_ERRORS_UNCORRECTED
public static final int CLEAN_FAX_DATA_ERRORS_UNCORRECTEDA value to be used with the "CleanFaxData" tag.- See Also:
-
TAG_CONSECUTIVE_BAD_LINES
public static final int TAG_CONSECUTIVE_BAD_LINESTag indicating the number of consecutive bad lines (type SHORT or LONG).- See Also:
-
tags
-
-
Constructor Details
-
FaxTIFFTagSet
private FaxTIFFTagSet()
-
-
Method Details
-
initTags
private static void initTags() -
getInstance
Returns a shared instance of aFaxTIFFTagSet
.- Returns:
- a
FaxTIFFTagSet
instance.
-