Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TagDescriptor<T extends Directory>
Abstract base class for all tag descriptor classes.
|
Modifier and Type | Field and Description |
---|---|
protected T |
TagDescriptor._directory |
Modifier and Type | Method and Description |
---|---|
<T extends Directory> |
Metadata.getDirectory(java.lang.Class<T> type)
If this
Metadata object contains a Directory of the specified type, it is returned. |
<T extends Directory> |
Metadata.getOrCreateDirectory(java.lang.Class<T> type)
Returns a
Directory of specified type. |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Directory> |
Metadata.getDirectories()
Returns an objects for iterating over Directory objects in the order in which they were added.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Metadata.containsDirectory(java.lang.Class<? extends Directory> type)
Indicates whether a given directory type has been created in this metadata
repository.
|
Constructor and Description |
---|
DefaultTagDescriptor(Directory directory) |
Tag(int tagType,
Directory directory) |
Modifier and Type | Class and Description |
---|---|
class |
AdobeJpegDirectory
Contains image encoding information for DCT filters, as stored by Adobe.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
IccDirectory |
Modifier and Type | Class and Description |
---|---|
class |
IptcDirectory
Describes tags used by the International Press Telecommunications Council (IPTC) metadata format.
|
Modifier and Type | Class and Description |
---|---|
class |
JfifDirectory
Directory of tags and values for the SOF0 Jfif segment.
|
Modifier and Type | Class and Description |
---|---|
class |
JpegCommentDirectory
Describes tags used by a JPEG file comment.
|
class |
JpegDirectory
Directory of tags and values for the SOF0 Jpeg segment.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
XmpDirectory |
Copyright © 2002-2013 Drew Noakes. All Rights Reserved.