|
||||||||||
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.PanasonicMakernoteDescriptor
public class PanasonicMakernoteDescriptor
Provides human-readable string versions of the tags stored in a PanasonicMakernoteDirectory. Some information about this makernote taken from here: http://www.ozhiker.com/electronics/pjmt/jpeg_info/panasonic_mn.html
Field Summary |
---|
Fields inherited from class com.drew.metadata.TagDescriptor |
---|
_directory |
Constructor Summary | |
---|---|
PanasonicMakernoteDescriptor(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 |
getMacroModeDescription()
|
java.lang.String |
getPrintImageMatchingInfoDescription()
|
java.lang.String |
getRecordModeDescription()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PanasonicMakernoteDescriptor(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 getPrintImageMatchingInfoDescription() throws MetadataException
MetadataException
public java.lang.String getMacroModeDescription() throws MetadataException
MetadataException
public java.lang.String getRecordModeDescription() throws MetadataException
MetadataException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |