public class SonyType1MakernoteDescriptor extends TagDescriptor<SonyType1MakernoteDirectory>
SonyType1MakernoteDirectory
.
Thanks to David Carson for the initial version of this class.Constructor and Description |
---|
SonyType1MakernoteDescriptor(SonyType1MakernoteDirectory directory) |
Modifier and Type | Method and Description |
---|---|
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() |
convertBytesToVersionString
public SonyType1MakernoteDescriptor(SonyType1MakernoteDirectory directory)
public String getDescription(int tagType)
TagDescriptor
getString(tagType)
will be returned.getDescription
in class TagDescriptor<SonyType1MakernoteDirectory>
tagType
- the tag to find a description fornull
if the tag hasn't been defined.public String getColorTemperatureDescription()
public String getSceneModeDescription()
public String getZoneMatchingDescription()
public String getDynamicRangeOptimizerDescription()
public String getImageStabilizationDescription()
public String getColorModeDescription()
public String getMacroDescription()
public String getExposureModeDescription()
public String getQualityDescription()
public String getAntiBlurDescription()
public String getLongExposureNoiseReductionDescription()
Copyright © 2002-2013 Drew Noakes. All Rights Reserved.