public class NikonType2MakernoteDescriptor extends TagDescriptor
_directory
Constructor and Description |
---|
NikonType2MakernoteDescriptor(Directory directory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAutoFirmwareVersionDescription() |
java.lang.String |
getAutoFlashCompensationDescription() |
java.lang.String |
getAutoFocusPositionDescription() |
java.lang.String |
getColorModeDescription() |
java.lang.String |
getDescription(int tagType)
Returns a descriptive value of the the specified tag for this image.
|
java.lang.String |
getDigitalZoomDescription() |
java.lang.String |
getHueAdjustmentDescription() |
java.lang.String |
getIsoSettingDescription() |
java.lang.String |
getLensDescription() |
public NikonType2MakernoteDescriptor(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 getAutoFocusPositionDescription() throws MetadataException
MetadataException
public java.lang.String getDigitalZoomDescription() throws MetadataException
MetadataException
public java.lang.String getIsoSettingDescription() throws MetadataException
MetadataException
public java.lang.String getAutoFlashCompensationDescription() throws MetadataException
MetadataException
public java.lang.String getLensDescription() throws MetadataException
MetadataException
public java.lang.String getHueAdjustmentDescription()
public java.lang.String getColorModeDescription()
public java.lang.String getAutoFirmwareVersionDescription() throws MetadataException
MetadataException
Copyright © 2006 Drew Noakes. All Rights Reserved.