com.drew.metadata.exif

Class CasioType2MakernoteDescriptor

Implemented Interfaces:
Serializable

public class CasioType2MakernoteDescriptor
extends TagDescriptor

Field Summary

Fields inherited from class com.drew.metadata.TagDescriptor

_directory

Constructor Summary

CasioType2MakernoteDescriptor(Directory 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

getDescription

Constructor Details

CasioType2MakernoteDescriptor

public CasioType2MakernoteDescriptor(Directory directory)

Method Details

getBestShotModeDescription

public String getBestShotModeDescription()
            throws MetadataException

getCasioPreviewThumbnailDescription

public String getCasioPreviewThumbnailDescription()
            throws MetadataException

getCcdIsoSensitivityDescription

public String getCcdIsoSensitivityDescription()
            throws MetadataException

getColourModeDescription

public String getColourModeDescription()
            throws MetadataException

getContrastDescription

public String getContrastDescription()
            throws MetadataException

getDescription

public String getDescription(int tagType)
            throws MetadataException
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.

Overrides:
getDescription in interface 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.

getEnhancementDescription

public String getEnhancementDescription()
            throws MetadataException

getFilterDescription

public String getFilterDescription()
            throws MetadataException

getFlashDistanceDescription

public String getFlashDistanceDescription()
            throws MetadataException

getFocalLengthDescription

public String getFocalLengthDescription()
            throws MetadataException

getFocusMode1Description

public String getFocusMode1Description()
            throws MetadataException

getFocusMode2Description

public String getFocusMode2Description()
            throws MetadataException

getImageSizeDescription

public String getImageSizeDescription()
            throws MetadataException

getIsoSensitivityDescription

public String getIsoSensitivityDescription()
            throws MetadataException

getObjectDistanceDescription

public String getObjectDistanceDescription()
            throws MetadataException

getPrintImageMatchingInfoDescription

public String getPrintImageMatchingInfoDescription()

getQualityDescription

public String getQualityDescription()
            throws MetadataException

getQualityModeDescription

public String getQualityModeDescription()
            throws MetadataException

getRecordModeDescription

public String getRecordModeDescription()
            throws MetadataException

getSaturationDescription

public String getSaturationDescription()
            throws MetadataException

getSelfTimerDescription

public String getSelfTimerDescription()
            throws MetadataException

getSharpnessDescription

public String getSharpnessDescription()
            throws MetadataException

getThumbnailDimensionsDescription

public String getThumbnailDimensionsDescription()
            throws MetadataException

getThumbnailOffsetDescription

public String getThumbnailOffsetDescription()

getThumbnailSizeDescription

public String getThumbnailSizeDescription()
            throws MetadataException

getTimeZoneDescription

public String getTimeZoneDescription()

getWhiteBalance1Description

public String getWhiteBalance1Description()
            throws MetadataException

getWhiteBalance2Description

public String getWhiteBalance2Description()
            throws MetadataException

getWhiteBalanceBiasDescription

public String getWhiteBalanceBiasDescription()

Copyright © 2006 Drew Noakes. All Rights Reserved.