| Package | Description |
|---|---|
| com.drew.metadata |
Provides classes for generic modelling of metadata directories and tags.
|
| com.drew.metadata.adobe |
Contains classes for the extraction and modelling of Adobe metadata.
|
| com.drew.metadata.bmp |
Contains classes for the extraction and modelling of BMP file metadata.
|
| com.drew.metadata.exif |
Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.
|
| com.drew.metadata.exif.makernotes |
Contains
Directory and TagDescriptor classes related to the modelling of manufacturer-specific makernotes. |
| com.drew.metadata.file |
Contains classes for the extraction and modelling of file system metadata.
|
| com.drew.metadata.gif |
Contains classes for the extraction and modelling of GIF file metadata.
|
| com.drew.metadata.icc |
Contains classes for the extraction and modelling of ICC (International Color Consortium) profile metadata.
|
| com.drew.metadata.ico |
Contains classes for the extraction and modelling of ICO (Windows Icon) file metadata.
|
| 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.pcx |
Contains classes for the extraction and modelling of PCX image file metadata.
|
| com.drew.metadata.photoshop |
Contains classes for the extraction and modelling of Photoshop metadata.
|
| com.drew.metadata.png |
Contains classes for the extraction and modelling of PNG file metadata.
|
| com.drew.metadata.webp |
Contains classes for the extraction and modelling of WebP file metadata.
|
| com.drew.metadata.xmp |
Contains classes for the extraction and modelling of Adobe's XMP metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTagDescriptor
A default implementation of the abstract TagDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Directory.setDescriptor(TagDescriptor descriptor)
Sets the descriptor used to interpret tag values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdobeJpegDescriptor
Provides human-readable string versions of the tags stored in an AdobeJpegDirectory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BmpHeaderDescriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
ExifDescriptorBase<T extends Directory>
Base class for several Exif format descriptor classes.
|
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 |
GpsDescriptor
Provides human-readable string representations of tag values stored in a
GpsDirectory. |
| Modifier and Type | Class and Description |
|---|---|
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 |
FujifilmMakernoteDescriptor
Provides human-readable string representations of tag values stored in a
FujifilmMakernoteDirectory. |
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 |
LeicaMakernoteDescriptor
Provides human-readable string representations of tag values stored in a
LeicaMakernoteDirectory. |
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 |
RicohMakernoteDescriptor
Provides human-readable string representations of tag values stored in a
RicohMakernoteDescriptor. |
class |
SanyoMakernoteDescriptor
Provides human-readable string representations of tag values stored in a
SonyType6MakernoteDirectory. |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileMetadataDescriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
GifHeaderDescriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
IccDescriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
IcoDescriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
IptcDescriptor
Provides human-readable string representations of tag values stored in a
IptcDirectory. |
| Modifier and Type | Class and Description |
|---|---|
class |
JfifDescriptor
Provides human-readable string versions of the tags stored in a JfifDirectory.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcxDescriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
PhotoshopDescriptor |
class |
PsdHeaderDescriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
PngDescriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
WebpDescriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
XmpDescriptor
Contains all logic for the presentation of xmp data, as stored in Xmp-Segment.
|
Copyright © 2002-2015 Drew Noakes. All Rights Reserved.