Class TiffTags
- java.lang.Object
-
- org.apache.commons.imaging.formats.tiff.TiffTags
-
final class TiffTags extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Map<java.lang.Integer,java.util.List<TagInfo>>ALL_TAG_MAPprivate static java.util.List<TagInfo>ALL_TAGSprivate static java.util.Map<java.lang.Integer,java.lang.Integer>TAG_COUNTS
-
Constructor Summary
Constructors Modifier Constructor Description privateTiffTags()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.util.Map<java.lang.Integer,java.lang.Integer>countTags(java.util.List<TagInfo> tags)(package private) static TagInfogetTag(int directoryType, int tag)private static TagInfogetTag(int directoryType, java.util.List<TagInfo> possibleMatches)(package private) static java.lang.IntegergetTagCount(int tag)private static java.util.List<TagInfo>makeMergedTagList()private static java.util.Map<java.lang.Integer,java.util.List<TagInfo>>makeTagMap(java.util.List<TagInfo> tags)
-
-
-
Method Detail
-
countTags
private static java.util.Map<java.lang.Integer,java.lang.Integer> countTags(java.util.List<TagInfo> tags)
-
getTag
static TagInfo getTag(int directoryType, int tag)
-
getTagCount
static java.lang.Integer getTagCount(int tag)
-
makeMergedTagList
private static java.util.List<TagInfo> makeMergedTagList()
-
-