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.htmlConstructor 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 the specified tag for this image.
|
String |
getDigitalZoomDescription() |
String |
getFlashModeDescription() |
String |
getFocusModeDescription() |
String |
getIsoSpeedDescription() |
String |
getQualityLevelDescription() |
String |
getSaturationDescription() |
String |
getSharpnessDescription() |
String |
getWhiteBalanceDescription() |
convertBytesToVersionString
public PentaxMakernoteDescriptor(PentaxMakernoteDirectory directory)
public String getDescription(int tagType)
TagDescriptor
getString(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-2013 Drew Noakes. All Rights Reserved.