public class PentaxMakernoteDescriptor extends TagDescriptor<PentaxMakernoteDirectory>
PentaxMakernoteDirectory.
Some information about this makernote taken from here: http://www.ozhiker.com/electronics/pjmt/jpeg_info/pentax_mn.html
| Constructor and Description |
|---|
PentaxMakernoteDescriptor(PentaxMakernoteDirectory directory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaptureModeDescription() |
String |
getColourDescription() |
String |
getContrastDescription() |
String |
getDescription(int tagType)
Returns a descriptive value of the specified tag for this image.
|
String |
getDigitalZoomDescription() |
String |
getFlashModeDescription() |
String |
getFocusModeDescription() |
String |
getIsoSpeedDescription() |
String |
getQualityLevelDescription() |
String |
getSaturationDescription() |
String |
getSharpnessDescription() |
String |
getWhiteBalanceDescription() |
convertBytesToVersionStringpublic PentaxMakernoteDescriptor(PentaxMakernoteDirectory directory)
public String getDescription(int tagType)
TagDescriptorgetString(tagType) will be returned.getDescription in class TagDescriptor<PentaxMakernoteDirectory>tagType - the tag to find a description fornull if the tag hasn't been defined.public String getColourDescription()
public String getIsoSpeedDescription()
public String getSaturationDescription()
public String getContrastDescription()
public String getSharpnessDescription()
public String getDigitalZoomDescription()
public String getWhiteBalanceDescription()
public String getFlashModeDescription()
public String getFocusModeDescription()
public String getQualityLevelDescription()
public String getCaptureModeDescription()
Copyright © 2002-2017 Drew Noakes. All Rights Reserved.