public class OlympusMakernoteDescriptor extends TagDescriptor
_directory
Constructor and Description |
---|
OlympusMakernoteDescriptor(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 |
getDigiZoomRatioDescription() |
java.lang.String |
getJpegQualityDescription() |
java.lang.String |
getMacroModeDescription() |
java.lang.String |
getSpecialModeDescription() |
public OlympusMakernoteDescriptor(Directory directory)
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 fornull
if the tag hasn't been defined.MetadataException
public java.lang.String getDigiZoomRatioDescription() throws MetadataException
MetadataException
public java.lang.String getMacroModeDescription() throws MetadataException
MetadataException
public java.lang.String getJpegQualityDescription() throws MetadataException
MetadataException
public java.lang.String getSpecialModeDescription() throws MetadataException
MetadataException
Copyright © 2006 Drew Noakes. All Rights Reserved.