Uses of Class
com.drew.metadata.TagDescriptor

Packages that use TagDescriptor
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 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 interpret tag values.
 

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

Uses of TagDescriptor in com.drew.metadata.adobe
 

Subclasses of TagDescriptor in com.drew.metadata.adobe
 class AdobeJpegDescriptor
          Provides human-readable string versions of the tags stored in an AdobeJpegDirectory.
 

Uses of TagDescriptor in com.drew.metadata.exif
 

Subclasses of TagDescriptor in com.drew.metadata.exif
 class CanonMakernoteDescriptor
          Provides human-readable string representations of tag values stored in a CanonMakernoteDirectory.
 class CasioType1MakernoteDescriptor
          Provides human-readable string representations of tag values stored in a CasioType1MakernoteDirectory.
 class CasioType2MakernoteDescriptor
          Provides human-readable string representations of tag values stored in a CasioType2MakernoteDirectory.
 class ExifIFD0Descriptor
          Provides human-readable string representations of tag values stored in a ExifIFD0Directory.
 class ExifInteropDescriptor
          Provides human-readable string representations of tag values stored in a ExifInteropDirectory.
 class ExifSubIFDDescriptor
          Provides human-readable string representations of tag values stored in a ExifSubIFDDirectory.
 class ExifThumbnailDescriptor
          Provides human-readable string representations of tag values stored in a ExifThumbnailDirectory.
 class FujifilmMakernoteDescriptor
          Provides human-readable string representations of tag values stored in a FujifilmMakernoteDirectory.
 class GpsDescriptor
          Provides human-readable string representations of tag values stored in a GpsDirectory.
 class KodakMakernoteDescriptor
          Provides human-readable string representations of tag values stored in a KodakMakernoteDirectory.
 class KyoceraMakernoteDescriptor
          Provides human-readable string representations of tag values stored in a KyoceraMakernoteDirectory.
 class NikonType1MakernoteDescriptor
          Provides human-readable string representations of tag values stored in a NikonType1MakernoteDirectory.
 class NikonType2MakernoteDescriptor
          Provides human-readable string representations of tag values stored in a NikonType2MakernoteDirectory.
 class OlympusMakernoteDescriptor
          Provides human-readable string representations of tag values stored in a OlympusMakernoteDirectory.
 class PanasonicMakernoteDescriptor
          Provides human-readable string representations of tag values stored in a PanasonicMakernoteDirectory.
 class PentaxMakernoteDescriptor
          Provides human-readable string representations of tag values stored in a PentaxMakernoteDirectory.
 class SigmaMakernoteDescriptor
          Provides human-readable string representations of tag values stored in a SigmaMakernoteDirectory.
 class SonyType1MakernoteDescriptor
          Provides human-readable string representations of tag values stored in a SonyType1MakernoteDirectory.
 class SonyType6MakernoteDescriptor
          Provides human-readable string representations of tag values stored in a SonyType6MakernoteDirectory.
 

Uses of TagDescriptor in com.drew.metadata.icc
 

Subclasses of TagDescriptor in com.drew.metadata.icc
 class IccDescriptor
           
 

Uses of TagDescriptor in com.drew.metadata.iptc
 

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

Uses of TagDescriptor in com.drew.metadata.jfif
 

Subclasses of TagDescriptor in com.drew.metadata.jfif
 class JfifDescriptor
          Provides human-readable string versions of the tags stored in a JfifDirectory.
 

Uses of TagDescriptor in com.drew.metadata.jpeg
 

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

Uses of TagDescriptor in com.drew.metadata.photoshop
 

Subclasses of TagDescriptor in com.drew.metadata.photoshop
 class PhotoshopDescriptor
           
 class PsdHeaderDescriptor
           
 

Uses of TagDescriptor in com.drew.metadata.xmp
 

Subclasses of TagDescriptor in com.drew.metadata.xmp
 class XmpDescriptor
          Contains all logic for the presentation of xmp data, as stored in Xmp-Segment.
 



Copyright © 2012. All Rights Reserved.