com.drew.metadata.exif
Class CasioType2MakernoteDescriptor
java.lang.Object
com.drew.metadata.TagDescriptor<CasioType2MakernoteDirectory>
com.drew.metadata.exif.CasioType2MakernoteDescriptor
public class CasioType2MakernoteDescriptor
- extends TagDescriptor<CasioType2MakernoteDirectory>
Provides human-readable string representations of tag values stored in a CasioType2MakernoteDirectory.
- Author:
- Drew Noakes http://drewnoakes.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CasioType2MakernoteDescriptor
public CasioType2MakernoteDescriptor(CasioType2MakernoteDirectory directory)
getDescription
public String getDescription(int tagType)
- 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 metadata segment. If no substitution is
available, the value provided by
getString(tagType) will be returned.
- Overrides:
getDescription in class TagDescriptor<CasioType2MakernoteDirectory>
- 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.
getFilterDescription
public String getFilterDescription()
getEnhancementDescription
public String getEnhancementDescription()
getColourModeDescription
public String getColourModeDescription()
getCcdIsoSensitivityDescription
public String getCcdIsoSensitivityDescription()
getBestShotModeDescription
public String getBestShotModeDescription()
getTimeZoneDescription
public String getTimeZoneDescription()
getFocusMode2Description
public String getFocusMode2Description()
getQualityDescription
public String getQualityDescription()
getSelfTimerDescription
public String getSelfTimerDescription()
getRecordModeDescription
public String getRecordModeDescription()
getFlashDistanceDescription
public String getFlashDistanceDescription()
getObjectDistanceDescription
public String getObjectDistanceDescription()
getWhiteBalance2Description
public String getWhiteBalance2Description()
getWhiteBalanceBiasDescription
public String getWhiteBalanceBiasDescription()
getCasioPreviewThumbnailDescription
public String getCasioPreviewThumbnailDescription()
getPrintImageMatchingInfoDescription
public String getPrintImageMatchingInfoDescription()
getSharpnessDescription
public String getSharpnessDescription()
getContrastDescription
public String getContrastDescription()
getSaturationDescription
public String getSaturationDescription()
getFocalLengthDescription
public String getFocalLengthDescription()
getWhiteBalance1Description
public String getWhiteBalance1Description()
getIsoSensitivityDescription
public String getIsoSensitivityDescription()
getFocusMode1Description
public String getFocusMode1Description()
getImageSizeDescription
public String getImageSizeDescription()
getQualityModeDescription
public String getQualityModeDescription()
getThumbnailOffsetDescription
public String getThumbnailOffsetDescription()
getThumbnailSizeDescription
public String getThumbnailSizeDescription()
getThumbnailDimensionsDescription
public String getThumbnailDimensionsDescription()
Copyright © 2012. All Rights Reserved.