com.drew.metadata.exif
Class CasioType2MakernoteDescriptor
java.lang.Object
com.drew.metadata.TagDescriptor
com.drew.metadata.exif.CasioType2MakernoteDescriptor
- All Implemented Interfaces:
- java.io.Serializable
public class CasioType2MakernoteDescriptor
- extends TagDescriptor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CasioType2MakernoteDescriptor
public CasioType2MakernoteDescriptor(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
getFilterDescription
public java.lang.String getFilterDescription()
throws MetadataException
- Throws:
MetadataException
getEnhancementDescription
public java.lang.String getEnhancementDescription()
throws MetadataException
- Throws:
MetadataException
getColourModeDescription
public java.lang.String getColourModeDescription()
throws MetadataException
- Throws:
MetadataException
getCcdIsoSensitivityDescription
public java.lang.String getCcdIsoSensitivityDescription()
throws MetadataException
- Throws:
MetadataException
getBestShotModeDescription
public java.lang.String getBestShotModeDescription()
throws MetadataException
- Throws:
MetadataException
getTimeZoneDescription
public java.lang.String getTimeZoneDescription()
getFocusMode2Description
public java.lang.String getFocusMode2Description()
throws MetadataException
- Throws:
MetadataException
getQualityDescription
public java.lang.String getQualityDescription()
throws MetadataException
- Throws:
MetadataException
getSelfTimerDescription
public java.lang.String getSelfTimerDescription()
throws MetadataException
- Throws:
MetadataException
getRecordModeDescription
public java.lang.String getRecordModeDescription()
throws MetadataException
- Throws:
MetadataException
getFlashDistanceDescription
public java.lang.String getFlashDistanceDescription()
throws MetadataException
- Throws:
MetadataException
getObjectDistanceDescription
public java.lang.String getObjectDistanceDescription()
throws MetadataException
- Throws:
MetadataException
getWhiteBalance2Description
public java.lang.String getWhiteBalance2Description()
throws MetadataException
- Throws:
MetadataException
getWhiteBalanceBiasDescription
public java.lang.String getWhiteBalanceBiasDescription()
getCasioPreviewThumbnailDescription
public java.lang.String getCasioPreviewThumbnailDescription()
throws MetadataException
- Throws:
MetadataException
getPrintImageMatchingInfoDescription
public java.lang.String getPrintImageMatchingInfoDescription()
getSharpnessDescription
public java.lang.String getSharpnessDescription()
throws MetadataException
- Throws:
MetadataException
getContrastDescription
public java.lang.String getContrastDescription()
throws MetadataException
- Throws:
MetadataException
getSaturationDescription
public java.lang.String getSaturationDescription()
throws MetadataException
- Throws:
MetadataException
getFocalLengthDescription
public java.lang.String getFocalLengthDescription()
throws MetadataException
- Throws:
MetadataException
getWhiteBalance1Description
public java.lang.String getWhiteBalance1Description()
throws MetadataException
- Throws:
MetadataException
getIsoSensitivityDescription
public java.lang.String getIsoSensitivityDescription()
throws MetadataException
- Throws:
MetadataException
getFocusMode1Description
public java.lang.String getFocusMode1Description()
throws MetadataException
- Throws:
MetadataException
getImageSizeDescription
public java.lang.String getImageSizeDescription()
throws MetadataException
- Throws:
MetadataException
getQualityModeDescription
public java.lang.String getQualityModeDescription()
throws MetadataException
- Throws:
MetadataException
getThumbnailOffsetDescription
public java.lang.String getThumbnailOffsetDescription()
getThumbnailSizeDescription
public java.lang.String getThumbnailSizeDescription()
throws MetadataException
- Throws:
MetadataException
getThumbnailDimensionsDescription
public java.lang.String getThumbnailDimensionsDescription()
throws MetadataException
- Throws:
MetadataException
Copyright © 2006 Drew Noakes. All Rights Reserved.