Uses of Package
com.drew.metadata

Packages that use com.drew.metadata
com.drew.imaging Contains classes for working with image file formats and photographic conversions. 
com.drew.imaging.jpeg Contains classes for working with JPEG files. 
com.drew.imaging.psd Contains classes for working with PSD files. 
com.drew.imaging.tiff Contains classes for working with TIFF format files. 
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. 
 

Classes in com.drew.metadata used by com.drew.imaging
Metadata
          A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
MetadataException
          Base class for all metadata specific exceptions.
 

Classes in com.drew.metadata used by com.drew.imaging.jpeg
Metadata
          A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
 

Classes in com.drew.metadata used by com.drew.imaging.psd
Metadata
          A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
 

Classes in com.drew.metadata used by com.drew.imaging.tiff
Metadata
          A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
 

Classes in com.drew.metadata used by com.drew.metadata
Age
          Represents an age in years, months, days, hours, minutes and seconds.
Directory
          Abstract base class for all directory implementations, having methods for getting and setting tag values of various data types.
Metadata
          A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
MetadataException
          Base class for all metadata specific exceptions.
Tag
          Models a particular tag within a directory and provides methods for obtaining its value.
TagDescriptor
          Abstract base class for all tag descriptor classes.
 

Classes in com.drew.metadata used by com.drew.metadata.adobe
Directory
          Abstract base class for all directory implementations, having methods for getting and setting tag values of various data types.
Metadata
          A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
MetadataReader
          Interface through which all classes responsible for decoding a particular type of metadata may be called.
TagDescriptor
          Abstract base class for all tag descriptor classes.
 

Classes in com.drew.metadata used by com.drew.metadata.exif
Age
          Represents an age in years, months, days, hours, minutes and seconds.
Directory
          Abstract base class for all directory implementations, having methods for getting and setting tag values of various data types.
Face
          Class to hold information about a detected or recognized face in a photo.
Metadata
          A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
MetadataException
          Base class for all metadata specific exceptions.
MetadataReader
          Interface through which all classes responsible for decoding a particular type of metadata may be called.
TagDescriptor
          Abstract base class for all tag descriptor classes.
 

Classes in com.drew.metadata used by com.drew.metadata.icc
Directory
          Abstract base class for all directory implementations, having methods for getting and setting tag values of various data types.
Metadata
          A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
MetadataReader
          Interface through which all classes responsible for decoding a particular type of metadata may be called.
TagDescriptor
          Abstract base class for all tag descriptor classes.
 

Classes in com.drew.metadata used by com.drew.metadata.iptc
Directory
          Abstract base class for all directory implementations, having methods for getting and setting tag values of various data types.
Metadata
          A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
MetadataReader
          Interface through which all classes responsible for decoding a particular type of metadata may be called.
TagDescriptor
          Abstract base class for all tag descriptor classes.
 

Classes in com.drew.metadata used by com.drew.metadata.jfif
Directory
          Abstract base class for all directory implementations, having methods for getting and setting tag values of various data types.
Metadata
          A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
MetadataException
          Base class for all metadata specific exceptions.
MetadataReader
          Interface through which all classes responsible for decoding a particular type of metadata may be called.
TagDescriptor
          Abstract base class for all tag descriptor classes.
 

Classes in com.drew.metadata used by com.drew.metadata.jpeg
Directory
          Abstract base class for all directory implementations, having methods for getting and setting tag values of various data types.
Metadata
          A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
MetadataException
          Base class for all metadata specific exceptions.
MetadataReader
          Interface through which all classes responsible for decoding a particular type of metadata may be called.
TagDescriptor
          Abstract base class for all tag descriptor classes.
 

Classes in com.drew.metadata used by com.drew.metadata.photoshop
Directory
          Abstract base class for all directory implementations, having methods for getting and setting tag values of various data types.
Metadata
          A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
MetadataReader
          Interface through which all classes responsible for decoding a particular type of metadata may be called.
TagDescriptor
          Abstract base class for all tag descriptor classes.
 

Classes in com.drew.metadata used by com.drew.metadata.xmp
Directory
          Abstract base class for all directory implementations, having methods for getting and setting tag values of various data types.
Metadata
          A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
MetadataReader
          Interface through which all classes responsible for decoding a particular type of metadata may be called.
TagDescriptor
          Abstract base class for all tag descriptor classes.
 



Copyright © 2012. All Rights Reserved.