Uses of Class
com.drew.metadata.TagDescriptor

Packages that use TagDescriptor
com.drew.metadata Provides classes for modelling metadata and exceptions/interfaces applicable to all metadata operations. 
com.drew.metadata.exif Contains classes for extracting and modelling Exif metadata from various sources and camera manufacturers. 
com.drew.metadata.iptc Contains classes for extracting and modelling IPTC metadata from various sources. 
com.drew.metadata.jpeg Contains classes for extracting and modelling metadata specific to JPEG files. 
 

Uses of TagDescriptor in com.drew.metadata
 

Subclasses of TagDescriptor in com.drew.metadata
 class DefaultTagDescriptor
          A default implementation of the abstract TagDescriptor.
 

Fields in com.drew.metadata declared as TagDescriptor
protected  TagDescriptor Directory._descriptor
          The descriptor used to interperet tag values.
 

Methods in com.drew.metadata with parameters of type TagDescriptor
 void Directory.setDescriptor(TagDescriptor descriptor)
          Sets the descriptor used to interperet tag values.
 

Uses of TagDescriptor in com.drew.metadata.exif
 

Subclasses of TagDescriptor in com.drew.metadata.exif
 class CanonMakernoteDescriptor
          Provides human-readable string represenations of tag values stored in a CanonMakernoteDirectory.
 class CasioType1MakernoteDescriptor
          Provides human-readable string represenations of tag values stored in a CasioType1MakernoteDirectory.
 class CasioType2MakernoteDescriptor
          Provides human-readable string represenations of tag values stored in a CasioType2MakernoteDirectory.
 class ExifDescriptor
          Provides human-readable string represenations of tag values stored in a ExifDirectory.
 class ExifInteropDescriptor
          Provides human-readable string represenations of tag values stored in a ExifInteropDirectory.
 class FujifilmMakernoteDescriptor
          Provides human-readable string represenations of tag values stored in a FujifilmMakernoteDirectory.
 class GpsDescriptor
          Provides human-readable string represenations of tag values stored in a GpsDirectory.
 class KodakMakernoteDescriptor
          Provides human-readable string represenations of tag values stored in a KodakMakernoteDirectory.
 class KyoceraMakernoteDescriptor
          Provides human-readable string represenations of tag values stored in a KyoceraMakernoteDirectory.
 class NikonType1MakernoteDescriptor
          Provides human-readable string represenations of tag values stored in a NikonType1MakernoteDirectory.
 class NikonType2MakernoteDescriptor
          Provides human-readable string represenations of tag values stored in a NikonType2MakernoteDirectory.
 class OlympusMakernoteDescriptor
          Provides human-readable string represenations of tag values stored in a OlympusMakernoteDirectory.
 class PanasonicMakernoteDescriptor
          Provides human-readable string represenations of tag values stored in a PanasonicMakernoteDirectory.
 class PentaxMakernoteDescriptor
          Provides human-readable string represenations of tag values stored in a PentaxMakernoteDirectory.
 class SonyMakernoteDescriptor
          Provides human-readable string represenations of tag values stored in a SonyMakernoteDirectory.
 

Uses of TagDescriptor in com.drew.metadata.iptc
 

Subclasses of TagDescriptor in com.drew.metadata.iptc
 class IptcDescriptor
          Provides human-readable string represenations of tag values stored in a IptcDirectory.
 

Uses of TagDescriptor in com.drew.metadata.jpeg
 

Subclasses of TagDescriptor in com.drew.metadata.jpeg
 class JpegCommentDescriptor
          Provides human-readable string represenations of tag values stored in a JpegCommentDirectory.
 class JpegDescriptor
          Provides human-readable string versions of the tags stored in a JpegDirectory.