|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetadataException | |
---|---|
com.drew.imaging | Provides classes for reading image metadata (via data interrogation and delegation to a specialised reader) and utilities for photographic conversions. |
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.exif.test | |
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. |
com.drew.metadata.jpeg.test |
Uses of MetadataException in com.drew.imaging |
---|
Methods in com.drew.imaging that throw MetadataException | |
---|---|
static void |
ImageMetadataReader.main(String[] args)
An application entry point. |
Uses of MetadataException in com.drew.metadata |
---|
Methods in com.drew.metadata that throw MetadataException | |
---|---|
boolean |
Directory.getBoolean(int tagType)
Returns the specified tag's value as a boolean, if possible. |
byte[] |
Directory.getByteArray(int tagType)
Gets the specified tag's value as an byte array, if possible. |
Date |
Directory.getDate(int tagType)
Returns the specified tag's value as a java.util.Date, if possible. |
String |
Tag.getDescription()
Get a description of the tag's value, considering enumerated values and units. |
abstract String |
TagDescriptor.getDescription(int tagType)
Returns a descriptive value of the the specified tag for this image. |
String |
Directory.getDescription(int tagType)
Provides a description of a tag's value using the descriptor set by setDescriptor(Descriptor) . |
double |
Directory.getDouble(int tagType)
Returns the specified tag's value as a double, if possible. |
float |
Directory.getFloat(int tagType)
Returns the specified tag's value as a float, if possible. |
int |
Directory.getInt(int tagType)
Returns the specified tag's value as an int, if possible. |
int[] |
Directory.getIntArray(int tagType)
Gets the specified tag's value as an int array, if possible. |
long |
Directory.getLong(int tagType)
Returns the specified tag's value as a long, if possible. |
Rational |
Directory.getRational(int tagType)
Returns the specified tag's value as a Rational, if possible. |
Rational[] |
Directory.getRationalArray(int tagType)
|
String[] |
Directory.getStringArray(int tagType)
Gets the specified tag's value as a String array, if possible. |
Uses of MetadataException in com.drew.metadata.exif |
---|
Subclasses of MetadataException in com.drew.metadata.exif | |
---|---|
class |
ExifProcessingException
The exception type raised during reading of Exif data in the instance of unexpected data conditions. |
Uses of MetadataException in com.drew.metadata.exif.test |
---|
Methods in com.drew.metadata.exif.test that throw MetadataException | |
---|---|
void |
NikonType2MakernoteTest1.testGetHueAdjustmentDescription()
|
void |
NikonType2MakernoteTest1.testGetLensDescription()
|
Uses of MetadataException in com.drew.metadata.iptc |
---|
Subclasses of MetadataException in com.drew.metadata.iptc | |
---|---|
class |
IptcProcessingException
The exception type raised during reading of Iptc data in the instance of unexpected data conditions. |
Methods in com.drew.metadata.iptc that throw MetadataException | |
---|---|
private int |
IptcReader.get32Bits(int offset)
Returns an int calculated from two bytes of data at the specified offset (MSB, LSB). |
Uses of MetadataException in com.drew.metadata.jpeg |
---|
Methods in com.drew.metadata.jpeg that throw MetadataException | |
---|---|
private int |
JpegReader.get16Bits(int offset)
Returns an int calculated from one byte of data at the specified offset. |
private int |
JpegReader.get32Bits(int offset)
Returns an int calculated from two bytes of data at the specified offset (MSB, LSB). |
String |
JpegDescriptor.getComponentDataDescription(int componentNumber)
|
String |
JpegComponent.getComponentName()
Returns the component name (one of: Y, Cb, Cr, I, or Q) |
String |
JpegDescriptor.getDescription(int tagType)
|
int |
JpegDirectory.getImageHeight()
|
int |
JpegDirectory.getImageWidth()
|
int |
JpegDirectory.getNumberOfComponents()
|
Uses of MetadataException in com.drew.metadata.jpeg.test |
---|
Methods in com.drew.metadata.jpeg.test that throw MetadataException | |
---|---|
void |
JpegDescriptorTest.testGetComponentDescription()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |