public class PentaxMakernoteDescriptor extends TagDescriptor
_directory
Constructor and Description |
---|
PentaxMakernoteDescriptor(Directory directory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCaptureModeDescription() |
java.lang.String |
getColourDescription() |
java.lang.String |
getContrastDescription() |
java.lang.String |
getDescription(int tagType)
Returns a descriptive value of the the specified tag for this image.
|
java.lang.String |
getDigitalZoomDescription() |
java.lang.String |
getFlashModeDescription() |
java.lang.String |
getFocusModeDescription() |
java.lang.String |
getIsoSpeedDescription() |
java.lang.String |
getQualityLevelDescription() |
java.lang.String |
getSaturationDescription() |
java.lang.String |
getSharpnessDescription() |
java.lang.String |
getWhiteBalanceDescription() |
public PentaxMakernoteDescriptor(Directory directory)
public java.lang.String getDescription(int tagType) throws MetadataException
TagDescriptor
This and getString(int) are the only 'get' methods that won't throw an exception.
getDescription
in class TagDescriptor
tagType
- the tag to find a description fornull
if the tag hasn't been defined.MetadataException
public java.lang.String getColourDescription() throws MetadataException
MetadataException
public java.lang.String getIsoSpeedDescription() throws MetadataException
MetadataException
public java.lang.String getSaturationDescription() throws MetadataException
MetadataException
public java.lang.String getContrastDescription() throws MetadataException
MetadataException
public java.lang.String getSharpnessDescription() throws MetadataException
MetadataException
public java.lang.String getDigitalZoomDescription() throws MetadataException
MetadataException
public java.lang.String getWhiteBalanceDescription() throws MetadataException
MetadataException
public java.lang.String getFlashModeDescription() throws MetadataException
MetadataException
public java.lang.String getFocusModeDescription() throws MetadataException
MetadataException
public java.lang.String getQualityLevelDescription() throws MetadataException
MetadataException
public java.lang.String getCaptureModeDescription() throws MetadataException
MetadataException
Copyright © 2006 Drew Noakes. All Rights Reserved.