Class CanonMakernoteDirectory

java.lang.Object
com.drew.metadata.Directory
com.drew.metadata.exif.makernotes.CanonMakernoteDirectory

public class CanonMakernoteDirectory extends Directory
Describes tags specific to Canon cameras. Thanks to Bill Richards for his contribution to this makernote directory. Many tag definitions explained here: http://www.ozhiker.com/electronics/pjmt/jpeg_info/canon_mn.html
Author:
Drew Noakes https://drewnoakes.com
  • Field Details

  • Constructor Details

    • CanonMakernoteDirectory

      public CanonMakernoteDirectory()
  • Method Details

    • getName

      public 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
    • setObjectArray

      public void setObjectArray(int tagType, Object array)
      Description copied from class: Directory
      Sets an array Object for the specified tag.
      Overrides:
      setObjectArray in class Directory
      Parameters:
      tagType - the tag's value as an int
      array - the array of values for the specified tag