|
||||||||||
| 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.KodakMakernoteDescriptor
public class KodakMakernoteDescriptor
Provides human-readable string versions of the tags stored in a KodakMakernoteDirectory. Thanks to David Carson for the initial version of this class.
| Field Summary |
|---|
| Fields inherited from class com.drew.metadata.TagDescriptor |
|---|
_directory |
| Constructor Summary | |
|---|---|
KodakMakernoteDescriptor(Directory directory)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription(int tagType)
Returns a descriptive value of the the specified tag for this image. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KodakMakernoteDescriptor(Directory directory)
| Method Detail |
|---|
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 for
null if the tag hasn't been defined.
MetadataException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||