public class ExifInteropDescriptor extends TagDescriptor
_directory| Constructor and Description |
|---|
ExifInteropDescriptor(Directory directory) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription(int tagType)
Returns a descriptive value of the the specified tag for this image.
|
java.lang.String |
getInteropIndexDescription() |
java.lang.String |
getInteropVersionDescription() |
public ExifInteropDescriptor(Directory directory)
public java.lang.String getDescription(int tagType)
throws MetadataException
TagDescriptorThis and getString(int) are the only 'get' methods that won't throw an exception.
getDescription in class TagDescriptortagType - the tag to find a description fornull if the tag hasn't been defined.MetadataExceptionpublic java.lang.String getInteropVersionDescription()
throws MetadataException
MetadataExceptionpublic java.lang.String getInteropIndexDescription()
Copyright © 2006 Drew Noakes. All Rights Reserved.