com.drew.metadata.exif

Class NikonType2MakernoteDescriptor

Implemented Interfaces:
Serializable

public class NikonType2MakernoteDescriptor
extends TagDescriptor

Provides human-readable string versions of the tags stored in a NikonType2MakernoteDirectory. Type-2 applies to the E990 and D-series cameras such as the D1, D70 and D100.

Field Summary

Fields inherited from class com.drew.metadata.TagDescriptor

_directory

Constructor Summary

NikonType2MakernoteDescriptor(Directory directory)

Method Summary

String
getAutoFirmwareVersionDescription()
String
getAutoFlashCompensationDescription()
String
getAutoFocusPositionDescription()
String
getColorModeDescription()
String
getDescription(int tagType)
Returns a descriptive value of the the specified tag for this image.
String
getDigitalZoomDescription()
String
getHueAdjustmentDescription()
String
getIsoSettingDescription()
String
getLensDescription()

Methods inherited from class com.drew.metadata.TagDescriptor

getDescription

Constructor Details

NikonType2MakernoteDescriptor

public NikonType2MakernoteDescriptor(Directory directory)

Method Details

getAutoFirmwareVersionDescription

public String getAutoFirmwareVersionDescription()
            throws MetadataException

getAutoFlashCompensationDescription

public String getAutoFlashCompensationDescription()
            throws MetadataException

getAutoFocusPositionDescription

public String getAutoFocusPositionDescription()
            throws MetadataException

getColorModeDescription

public String getColorModeDescription()

getDescription

public String getDescription(int tagType)
            throws MetadataException
Returns a descriptive value of the the specified tag for this image. Where possible, known values will be substituted here in place of the raw tokens actually kept in the Exif segment. If no substitution is available, the value provided by getString(int) will be returned.

This and getString(int) are the only 'get' methods that won't throw an exception.

Overrides:
getDescription in interface TagDescriptor
Parameters:
tagType - the tag to find a description for
Returns:
a description of the image's value for the specified tag, or null if the tag hasn't been defined.

getDigitalZoomDescription

public String getDigitalZoomDescription()
            throws MetadataException

getHueAdjustmentDescription

public String getHueAdjustmentDescription()

getIsoSettingDescription

public String getIsoSettingDescription()
            throws MetadataException

getLensDescription

public String getLensDescription()
            throws MetadataException

Copyright © 2006 Drew Noakes. All Rights Reserved.