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_MAP
private static java.util.List<TagInfo>
ALL_TAGS
private static java.util.Map<java.lang.Integer,java.lang.Integer>
TAG_COUNTS
-
Constructor Summary
Constructors Modifier Constructor Description private
TiffTags()
-
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 TagInfo
getTag(int directoryType, int tag)
private static TagInfo
getTag(int directoryType, java.util.List<TagInfo> possibleMatches)
(package private) static java.lang.Integer
getTagCount(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
-
makeMergedTagList
private static java.util.List<TagInfo> makeMergedTagList()
-
makeTagMap
private static java.util.Map<java.lang.Integer,java.util.List<TagInfo>> makeTagMap(java.util.List<TagInfo> tags)
-
countTags
private static java.util.Map<java.lang.Integer,java.lang.Integer> countTags(java.util.List<TagInfo> tags)
-
getTagCount
static java.lang.Integer getTagCount(int tag)
-
getTag
static TagInfo getTag(int directoryType, int tag)
-
-