Class Tiff4TagConstants
- java.lang.Object
-
- org.apache.commons.imaging.formats.tiff.constants.Tiff4TagConstants
-
public final class Tiff4TagConstants extends java.lang.Object
Tags in TIFF4 but NOT in TIFF6.
http://cool.conservation-us.org/bytopic/imaging/std/tiff4.html
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.List<TagInfo>
ALL_TIFF_4_TAGS
static int
COLOR_RESPONSE_UNIT_VALUE_0_00001
static int
COLOR_RESPONSE_UNIT_VALUE_0_0001
static int
COLOR_RESPONSE_UNIT_VALUE_0_001
static int
COLOR_RESPONSE_UNIT_VALUE_0_01
static int
COLOR_RESPONSE_UNIT_VALUE_0_1
static TagInfoShort
TIFF_TAG_COLOR_RESPONSE_UNIT
-
Constructor Summary
Constructors Modifier Constructor Description private
Tiff4TagConstants()
-
-
-
Field Detail
-
TIFF_TAG_COLOR_RESPONSE_UNIT
public static final TagInfoShort TIFF_TAG_COLOR_RESPONSE_UNIT
-
COLOR_RESPONSE_UNIT_VALUE_0_1
public static final int COLOR_RESPONSE_UNIT_VALUE_0_1
- See Also:
- Constant Field Values
-
COLOR_RESPONSE_UNIT_VALUE_0_01
public static final int COLOR_RESPONSE_UNIT_VALUE_0_01
- See Also:
- Constant Field Values
-
COLOR_RESPONSE_UNIT_VALUE_0_001
public static final int COLOR_RESPONSE_UNIT_VALUE_0_001
- See Also:
- Constant Field Values
-
COLOR_RESPONSE_UNIT_VALUE_0_0001
public static final int COLOR_RESPONSE_UNIT_VALUE_0_0001
- See Also:
- Constant Field Values
-
COLOR_RESPONSE_UNIT_VALUE_0_00001
public static final int COLOR_RESPONSE_UNIT_VALUE_0_00001
- See Also:
- Constant Field Values
-
ALL_TIFF_4_TAGS
public static final java.util.List<TagInfo> ALL_TIFF_4_TAGS
-
-