Class GifControlDirectory


  • public class GifControlDirectory
    extends Directory
    • Field Detail

      • TAG_TRANSPARENT_COLOR_FLAG

        public static final int TAG_TRANSPARENT_COLOR_FLAG
        See Also:
        Constant Field Values
      • TAG_TRANSPARENT_COLOR_INDEX

        public static final int TAG_TRANSPARENT_COLOR_INDEX
        See Also:
        Constant Field Values
      • _tagNameMap

        private static final java.util.HashMap<java.lang.Integer,​java.lang.String> _tagNameMap
    • Constructor Detail

      • GifControlDirectory

        public GifControlDirectory()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from class: Directory
        Provides the name of the directory, for display purposes. E.g. Exif
        Specified by:
        getName in class Directory
        Returns:
        the name of the directory
      • isTransparent

        public boolean isTransparent()
        Returns:
        Whether the GIF has transparency.
      • getTagNameMap

        protected java.util.HashMap<java.lang.Integer,​java.lang.String> getTagNameMap()
        Description copied from class: Directory
        Provides the map of tag names, hashed by tag type identifier.
        Specified by:
        getTagNameMap in class Directory
        Returns:
        the map of tag names