com.drew.metadata.exif
Class NikonType2MakernoteDescriptor
- Serializable
public class NikonType2MakernoteDescriptor
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.
NikonType2MakernoteDescriptor
public NikonType2MakernoteDescriptor(Directory directory)
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.
- getDescription in interface TagDescriptor
tagType
- the tag to find a description for
- 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
Copyright © 2006 Drew Noakes. All Rights Reserved.