com.drew.metadata.exif
Class CasioType2MakernoteDescriptor

java.lang.Object
  extended by com.drew.metadata.TagDescriptor<CasioType2MakernoteDirectory>
      extended by 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

Field Summary
 
Fields inherited from class com.drew.metadata.TagDescriptor
_directory
 
Constructor Summary
CasioType2MakernoteDescriptor(CasioType2MakernoteDirectory directory)
           
 
Method Summary
 String getBestShotModeDescription()
           
 String getCasioPreviewThumbnailDescription()
           
 String getCcdIsoSensitivityDescription()
           
 String getColourModeDescription()
           
 String getContrastDescription()
           
 String getDescription(int tagType)
          Returns a descriptive value of the the specified tag for this image.
 String getEnhancementDescription()
           
 String getFilterDescription()
           
 String getFlashDistanceDescription()
           
 String getFocalLengthDescription()
           
 String getFocusMode1Description()
           
 String getFocusMode2Description()
           
 String getImageSizeDescription()
           
 String getIsoSensitivityDescription()
           
 String getObjectDistanceDescription()
           
 String getPrintImageMatchingInfoDescription()
           
 String getQualityDescription()
           
 String getQualityModeDescription()
           
 String getRecordModeDescription()
           
 String getSaturationDescription()
           
 String getSelfTimerDescription()
           
 String getSharpnessDescription()
           
 String getThumbnailDimensionsDescription()
           
 String getThumbnailOffsetDescription()
           
 String getThumbnailSizeDescription()
           
 String getTimeZoneDescription()
           
 String getWhiteBalance1Description()
           
 String getWhiteBalance2Description()
           
 String getWhiteBalanceBiasDescription()
           
 
Methods inherited from class com.drew.metadata.TagDescriptor
convertBytesToVersionString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CasioType2MakernoteDescriptor

public CasioType2MakernoteDescriptor(CasioType2MakernoteDirectory directory)
Method Detail

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.