public class FaxTIFFTagSet extends TIFFTagSet
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
FaxTIFFTagSet.BadFaxLines |
(package private) static class |
FaxTIFFTagSet.CleanFaxData |
(package private) static class |
FaxTIFFTagSet.ConsecutiveBadFaxLines |
| Modifier and Type | Field and Description |
|---|---|
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).
|
private static List |
tags |
private static FaxTIFFTagSet |
theInstance |
| Modifier | Constructor and Description |
|---|---|
private |
FaxTIFFTagSet() |
| Modifier and Type | Method and Description |
|---|---|
static FaxTIFFTagSet |
getInstance()
Returns a shared instance of a
FaxTIFFTagSet. |
private static void |
initTags() |
getTag, getTag, getTagNames, getTagNumbersprivate static FaxTIFFTagSet theInstance
public static final int TAG_BAD_FAX_LINES
public static final int TAG_CLEAN_FAX_DATA
public static final int CLEAN_FAX_DATA_NO_ERRORS
TAG_CLEAN_FAX_DATA,
Constant Field Valuespublic static final int CLEAN_FAX_DATA_ERRORS_CORRECTED
TAG_CLEAN_FAX_DATA,
Constant Field Valuespublic static final int CLEAN_FAX_DATA_ERRORS_UNCORRECTED
TAG_CLEAN_FAX_DATA,
Constant Field Valuespublic static final int TAG_CONSECUTIVE_BAD_LINES
private static List tags
private static void initTags()
public static FaxTIFFTagSet getInstance()
FaxTIFFTagSet.FaxTIFFTagSet instance.Copyright © 2016 Open Microscopy Environment