com.drew.metadata.exif
Class SonyType1MakernoteDescriptor

java.lang.Object
  extended by com.drew.metadata.TagDescriptor<SonyType1MakernoteDirectory>
      extended by 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

Field Summary
 
Fields inherited from class com.drew.metadata.TagDescriptor
_directory
 
Constructor Summary
SonyType1MakernoteDescriptor(SonyType1MakernoteDirectory directory)
           
 
Method Summary
 String getAntiBlurDescription()
           
 String getColorModeDescription()
           
 String getColorTemperatureDescription()
           
 String getDescription(int tagType)
          Returns a descriptive value of the the specified tag for this image.
 String getDynamicRangeOptimizerDescription()
           
 String getExposureModeDescription()
           
 String getImageStabilizationDescription()
           
 String getLongExposureNoiseReductionDescription()
           
 String getMacroDescription()
           
 String getQualityDescription()
           
 String getSceneModeDescription()
           
 String getZoneMatchingDescription()
           
 
Methods inherited from class com.drew.metadata.TagDescriptor
convertBytesToVersionString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SonyType1MakernoteDescriptor

public SonyType1MakernoteDescriptor(SonyType1MakernoteDirectory directory)
Method Detail

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.