|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.drew.metadata.TagDescriptor
com.drew.metadata.exif.ExifInteropDescriptor
public class ExifInteropDescriptor
Provides human-readable string represenations of tag values stored in a ExifInteropDirectory
.
Field Summary |
---|
Fields inherited from class com.drew.metadata.TagDescriptor |
---|
_directory |
Constructor Summary | |
---|---|
ExifInteropDescriptor(Directory directory)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExifInteropDescriptor(Directory directory)
Method Detail |
---|
public java.lang.String getDescription(int tagType) throws MetadataException
TagDescriptor
This and getString(int) are the only 'get' methods that won't throw an exception.
getDescription
in class TagDescriptor
tagType
- the tag to find a description for
null
if the tag hasn't been defined.
MetadataException
public java.lang.String getInteropVersionDescription() throws MetadataException
MetadataException
public java.lang.String getInteropIndexDescription()
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |