Package | Description |
---|---|
com.drew.metadata |
Provides classes for modelling metadata and exceptions/interfaces applicable to all metadata operations.
|
com.drew.metadata.exif |
Contains classes for extracting and modelling Exif metadata from various sources and camera manufacturers.
|
com.drew.metadata.iptc |
Contains classes for extracting and modelling IPTC metadata from various sources.
|
com.drew.metadata.jpeg |
Contains classes for extracting and modelling metadata specific to JPEG files.
|
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 interperet tag values.
|
Modifier and Type | Method and Description |
---|---|
void |
Directory.setDescriptor(TagDescriptor descriptor)
Sets the descriptor used to interperet tag values.
|
Modifier and Type | Class and Description |
---|---|
class |
CanonMakernoteDescriptor
Provides human-readable string represenations of tag values stored in a
CanonMakernoteDirectory . |
class |
CasioType1MakernoteDescriptor
Provides human-readable string represenations of tag values stored in a
CasioType1MakernoteDirectory . |
class |
CasioType2MakernoteDescriptor
Provides human-readable string represenations of tag values stored in a
CasioType2MakernoteDirectory . |
class |
ExifDescriptor
Provides human-readable string represenations of tag values stored in a
ExifDirectory . |
class |
ExifInteropDescriptor
Provides human-readable string represenations of tag values stored in a
ExifInteropDirectory . |
class |
FujifilmMakernoteDescriptor
Provides human-readable string represenations of tag values stored in a
FujifilmMakernoteDirectory . |
class |
GpsDescriptor
Provides human-readable string represenations of tag values stored in a
GpsDirectory . |
class |
KodakMakernoteDescriptor
Provides human-readable string represenations of tag values stored in a
KodakMakernoteDirectory . |
class |
KyoceraMakernoteDescriptor
Provides human-readable string represenations of tag values stored in a
KyoceraMakernoteDirectory . |
class |
NikonType1MakernoteDescriptor
Provides human-readable string represenations of tag values stored in a
NikonType1MakernoteDirectory . |
class |
NikonType2MakernoteDescriptor
Provides human-readable string represenations of tag values stored in a
NikonType2MakernoteDirectory . |
class |
OlympusMakernoteDescriptor
Provides human-readable string represenations of tag values stored in a
OlympusMakernoteDirectory . |
class |
PanasonicMakernoteDescriptor
Provides human-readable string represenations of tag values stored in a
PanasonicMakernoteDirectory . |
class |
PentaxMakernoteDescriptor
Provides human-readable string represenations of tag values stored in a
PentaxMakernoteDirectory . |
class |
SonyMakernoteDescriptor
Provides human-readable string represenations of tag values stored in a
SonyMakernoteDirectory . |
Modifier and Type | Class and Description |
---|---|
class |
IptcDescriptor
Provides human-readable string represenations of tag values stored in a
IptcDirectory . |
Modifier and Type | Class and Description |
---|---|
class |
JpegCommentDescriptor
Provides human-readable string represenations of tag values stored in a
JpegCommentDirectory . |
class |
JpegDescriptor
Provides human-readable string versions of the tags stored in a JpegDirectory.
|
Copyright © 2006 Drew Noakes. All Rights Reserved.