Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ALL_TAGS

        private static final java.util.List<TagInfo> ALL_TAGS
      • ALL_TAG_MAP

        private static final java.util.Map<java.lang.Integer,​java.util.List<TagInfo>> ALL_TAG_MAP
      • TAG_COUNTS

        private static final java.util.Map<java.lang.Integer,​java.lang.Integer> TAG_COUNTS
    • Constructor Detail

      • TiffTags

        private TiffTags()
    • 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)
      • getTag

        private static TagInfo getTag​(int directoryType,
                                      java.util.List<TagInfo> possibleMatches)