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 |
DefaultTagDescriptor
A default implementation of the abstract TagDescriptor.
|
Modifier and Type | Field and Description |
---|---|
protected TagDescriptor |
Directory._descriptor
The descriptor used to interpret tag values.
|
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 |
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 . |
Modifier and Type | Class and Description |
---|---|
class |
IccDescriptor |
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 |
PhotoshopDescriptor |
class |
PsdHeaderDescriptor |
Modifier and Type | Class and Description |
---|---|
class |
XmpDescriptor
Contains all logic for the presentation of xmp data, as stored in Xmp-Segment.
|
Copyright © 2002-2013 Drew Noakes. All Rights Reserved.