com.drew.metadata.exif
Class CanonMakernoteDescriptor
java.lang.Object
com.drew.metadata.TagDescriptor
com.drew.metadata.exif.CanonMakernoteDescriptor
- All Implemented Interfaces:
- java.io.Serializable
public class CanonMakernoteDescriptor
- extends TagDescriptor
Provides human-readable string represenations of tag values stored in a CanonMakernoteDirectory
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CanonMakernoteDescriptor
public CanonMakernoteDescriptor(Directory directory)
getDescription
public java.lang.String getDescription(int tagType)
throws MetadataException
- 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 Exif segment. If no substitution is
available, the value provided by getString(int) will be returned.
This and getString(int) are the only 'get' methods that won't throw an
exception.
- Specified by:
getDescription
in class TagDescriptor
- 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.
- Throws:
MetadataException
getLongExposureNoiseReductionDescription
public java.lang.String getLongExposureNoiseReductionDescription()
throws MetadataException
- Throws:
MetadataException
getShutterAutoExposureLockButtonDescription
public java.lang.String getShutterAutoExposureLockButtonDescription()
throws MetadataException
- Throws:
MetadataException
getMirrorLockupDescription
public java.lang.String getMirrorLockupDescription()
throws MetadataException
- Throws:
MetadataException
getTvAndAvExposureLevelDescription
public java.lang.String getTvAndAvExposureLevelDescription()
throws MetadataException
- Throws:
MetadataException
getAutoFocusAssistLightDescription
public java.lang.String getAutoFocusAssistLightDescription()
throws MetadataException
- Throws:
MetadataException
getShutterSpeedInAvModeDescription
public java.lang.String getShutterSpeedInAvModeDescription()
throws MetadataException
- Throws:
MetadataException
getAutoExposureBrackettingSequenceAndAutoCancellationDescription
public java.lang.String getAutoExposureBrackettingSequenceAndAutoCancellationDescription()
throws MetadataException
- Throws:
MetadataException
getShutterCurtainSyncDescription
public java.lang.String getShutterCurtainSyncDescription()
throws MetadataException
- Throws:
MetadataException
getLensAutoFocusStopButtonDescription
public java.lang.String getLensAutoFocusStopButtonDescription()
throws MetadataException
- Throws:
MetadataException
getFillFlashReductionDescription
public java.lang.String getFillFlashReductionDescription()
throws MetadataException
- Throws:
MetadataException
getMenuButtonReturnPositionDescription
public java.lang.String getMenuButtonReturnPositionDescription()
throws MetadataException
- Throws:
MetadataException
getSetButtonFunctionWhenShootingDescription
public java.lang.String getSetButtonFunctionWhenShootingDescription()
throws MetadataException
- Throws:
MetadataException
getSensorCleaningDescription
public java.lang.String getSensorCleaningDescription()
throws MetadataException
- Throws:
MetadataException
getFlashBiasDescription
public java.lang.String getFlashBiasDescription()
throws MetadataException
- Throws:
MetadataException
getAfPointUsedDescription
public java.lang.String getAfPointUsedDescription()
throws MetadataException
- Throws:
MetadataException
getWhiteBalanceDescription
public java.lang.String getWhiteBalanceDescription()
throws MetadataException
- Throws:
MetadataException
getFocusMode2Description
public java.lang.String getFocusMode2Description()
throws MetadataException
- Throws:
MetadataException
getFlashDetailsDescription
public java.lang.String getFlashDetailsDescription()
throws MetadataException
- Throws:
MetadataException
getFocalUnitsPerMillimetreDescription
public java.lang.String getFocalUnitsPerMillimetreDescription()
throws MetadataException
- Throws:
MetadataException
getShortFocalLengthDescription
public java.lang.String getShortFocalLengthDescription()
throws MetadataException
- Throws:
MetadataException
getLongFocalLengthDescription
public java.lang.String getLongFocalLengthDescription()
throws MetadataException
- Throws:
MetadataException
getExposureModeDescription
public java.lang.String getExposureModeDescription()
throws MetadataException
- Throws:
MetadataException
getAfPointSelectedDescription
public java.lang.String getAfPointSelectedDescription()
throws MetadataException
- Throws:
MetadataException
getMeteringModeDescription
public java.lang.String getMeteringModeDescription()
throws MetadataException
- Throws:
MetadataException
getIsoDescription
public java.lang.String getIsoDescription()
throws MetadataException
- Throws:
MetadataException
getSharpnessDescription
public java.lang.String getSharpnessDescription()
throws MetadataException
- Throws:
MetadataException
getSaturationDescription
public java.lang.String getSaturationDescription()
throws MetadataException
- Throws:
MetadataException
getContrastDescription
public java.lang.String getContrastDescription()
throws MetadataException
- Throws:
MetadataException
getEasyShootingModeDescription
public java.lang.String getEasyShootingModeDescription()
throws MetadataException
- Throws:
MetadataException
getImageSizeDescription
public java.lang.String getImageSizeDescription()
throws MetadataException
- Throws:
MetadataException
getFocusMode1Description
public java.lang.String getFocusMode1Description()
throws MetadataException
- Throws:
MetadataException
getContinuousDriveModeDescription
public java.lang.String getContinuousDriveModeDescription()
throws MetadataException
- Throws:
MetadataException
getFlashModeDescription
public java.lang.String getFlashModeDescription()
throws MetadataException
- Throws:
MetadataException
getSelfTimerDelayDescription
public java.lang.String getSelfTimerDelayDescription()
throws MetadataException
- Throws:
MetadataException
getMacroModeDescription
public java.lang.String getMacroModeDescription()
throws MetadataException
- Throws:
MetadataException
getQualityDescription
public java.lang.String getQualityDescription()
throws MetadataException
- Throws:
MetadataException
getDigitalZoomDescription
public java.lang.String getDigitalZoomDescription()
throws MetadataException
- Throws:
MetadataException
getFocusTypeDescription
public java.lang.String getFocusTypeDescription()
throws MetadataException
- Throws:
MetadataException
getFlashActivityDescription
public java.lang.String getFlashActivityDescription()
throws MetadataException
- Throws:
MetadataException
Copyright © 2006 Drew Noakes. All Rights Reserved.