com.drew.metadata.exif
Class SonyType1MakernoteDescriptor
java.lang.Object
com.drew.metadata.TagDescriptor<SonyType1MakernoteDirectory>
com.drew.metadata.exif.SonyType1MakernoteDescriptor
public class SonyType1MakernoteDescriptor
- extends TagDescriptor<SonyType1MakernoteDirectory>
Provides human-readable string representations of tag values stored in a SonyType1MakernoteDirectory.
Thanks to David Carson for the initial version of this class.
- Author:
- Drew Noakes http://drewnoakes.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SonyType1MakernoteDescriptor
public SonyType1MakernoteDescriptor(SonyType1MakernoteDirectory directory)
getDescription
public String getDescription(int tagType)
- Description copied from class:
TagDescriptor
- 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 metadata segment. If no substitution is
available, the value provided by
getString(tagType) will be returned.
- Overrides:
getDescription in class TagDescriptor<SonyType1MakernoteDirectory>
- 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.
getColorTemperatureDescription
public String getColorTemperatureDescription()
getSceneModeDescription
public String getSceneModeDescription()
getZoneMatchingDescription
public String getZoneMatchingDescription()
getDynamicRangeOptimizerDescription
public String getDynamicRangeOptimizerDescription()
getImageStabilizationDescription
public String getImageStabilizationDescription()
getColorModeDescription
public String getColorModeDescription()
getMacroDescription
public String getMacroDescription()
getExposureModeDescription
public String getExposureModeDescription()
getQualityDescription
public String getQualityDescription()
getAntiBlurDescription
public String getAntiBlurDescription()
getLongExposureNoiseReductionDescription
public String getLongExposureNoiseReductionDescription()
Copyright © 2012. All Rights Reserved.