Uses of Class
com.drew.metadata.Directory

Packages that use Directory
com.drew.metadata Provides classes for generic modelling of metadata directories and tags. 
com.drew.metadata.adobe   
com.drew.metadata.exif Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes. 
com.drew.metadata.icc   
com.drew.metadata.iptc Contains classes for the extraction and modelling of IPTC metadata. 
com.drew.metadata.jfif Contains classes for the extraction and modelling of JFIF metadata. 
com.drew.metadata.jpeg Contains classes for the extraction and modelling of JPEG file format metadata. 
com.drew.metadata.photoshop Contains classes for the extraction and modelling of Photoshop metadata. 
com.drew.metadata.xmp Contains classes for the extraction and modelling of Adobe's XMP metadata. 
 

Uses of Directory in com.drew.metadata
 

Classes in com.drew.metadata with type parameters of type Directory
 class TagDescriptor<T extends Directory>
          Abstract base class for all tag descriptor classes.
 

Fields in com.drew.metadata declared as Directory
protected  T TagDescriptor._directory
           
 

Methods in com.drew.metadata with type parameters of type Directory
<T extends Directory>
T
Metadata.getDirectory(Class<T> type)
          If this Metadata object contains a Directory of the specified type, it is returned.
<T extends Directory>
T
Metadata.getOrCreateDirectory(Class<T> type)
          Returns a Directory of specified type.
 

Methods in com.drew.metadata that return types with arguments of type Directory
 Iterable<Directory> Metadata.getDirectories()
          Returns an objects for iterating over Directory objects in the order in which they were added.
 

Method parameters in com.drew.metadata with type arguments of type Directory
 boolean Metadata.containsDirectory(Class<? extends Directory> type)
          Indicates whether a given directory type has been created in this metadata repository.
 

Constructors in com.drew.metadata with parameters of type Directory
DefaultTagDescriptor(Directory directory)
           
Tag(int tagType, Directory directory)
           
 

Uses of Directory in com.drew.metadata.adobe
 

Subclasses of Directory in com.drew.metadata.adobe
 class AdobeJpegDirectory
          Contains image encoding information for DCT filters, as stored by Adobe.
 

Uses of Directory in com.drew.metadata.exif
 

Subclasses of Directory in com.drew.metadata.exif
 class CanonMakernoteDirectory
          Describes tags specific to Canon cameras.
 class CasioType1MakernoteDirectory
          Describes tags specific to Casio (type 1) cameras.
 class CasioType2MakernoteDirectory
          Describes tags specific to Casio (type 2) cameras.
 class ExifIFD0Directory
          Describes Exif tags from the IFD0 directory.
 class ExifInteropDirectory
          Describes Exif interoperability tags.
 class ExifSubIFDDirectory
          Describes Exif tags from the SubIFD directory.
 class ExifThumbnailDirectory
          One of several Exif directories.
 class FujifilmMakernoteDirectory
          Describes tags specific to Fujifilm cameras.
 class GpsDirectory
          Describes Exif tags that contain Global Positioning System (GPS) data.
 class KodakMakernoteDirectory
          Describes tags specific to Kodak cameras.
 class KyoceraMakernoteDirectory
          Describes tags specific to Kyocera and Contax cameras.
 class NikonType1MakernoteDirectory
          Describes tags specific to Nikon (type 1) cameras.
 class NikonType2MakernoteDirectory
          Describes tags specific to Nikon (type 2) cameras.
 class OlympusMakernoteDirectory
          The Olympus makernote is used by many manufacturers (Konica, Minolta and Epson...), and as such contains some tags that appear specific to those manufacturers.
 class PanasonicMakernoteDirectory
          Describes tags specific to Panasonic and Leica cameras.
 class PentaxMakernoteDirectory
          Describes tags specific to Pentax and Asahi cameras.
 class SigmaMakernoteDirectory
          Describes tags specific to Sigma / Foveon cameras.
 class SonyType1MakernoteDirectory
          Describes tags specific to Sony cameras that use the Sony Type 1 makernote tags.
 class SonyType6MakernoteDirectory
          Describes tags specific to Sony cameras that use the Sony Type 6 makernote tags.
 

Uses of Directory in com.drew.metadata.icc
 

Subclasses of Directory in com.drew.metadata.icc
 class IccDirectory
           
 

Uses of Directory in com.drew.metadata.iptc
 

Subclasses of Directory in com.drew.metadata.iptc
 class IptcDirectory
          Describes tags used by the International Press Telecommunications Council (IPTC) metadata format.
 

Uses of Directory in com.drew.metadata.jfif
 

Subclasses of Directory in com.drew.metadata.jfif
 class JfifDirectory
          Directory of tags and values for the SOF0 Jfif segment.
 

Uses of Directory in com.drew.metadata.jpeg
 

Subclasses of Directory in com.drew.metadata.jpeg
 class JpegCommentDirectory
          Describes tags used by a JPEG file comment.
 class JpegDirectory
          Directory of tags and values for the SOF0 Jpeg segment.
 

Uses of Directory in com.drew.metadata.photoshop
 

Subclasses of Directory in com.drew.metadata.photoshop
 class PhotoshopDirectory
          Holds the metadata found in the APPD segment of a JPEG file saved by Photoshop.
 class PsdHeaderDirectory
          Holds the basic metadata found in the header of a Photoshop PSD file.
 

Uses of Directory in com.drew.metadata.xmp
 

Subclasses of Directory in com.drew.metadata.xmp
 class XmpDirectory
           
 



Copyright © 2012. All Rights Reserved.