com.drew.metadata.exif
Class CasioType2MakernoteDescriptor

java.lang.Object
  extended by com.drew.metadata.TagDescriptor
      extended by com.drew.metadata.exif.CasioType2MakernoteDescriptor
All Implemented Interfaces:
Serializable

public class CasioType2MakernoteDescriptor
extends TagDescriptor

Provides human-readable string represenations of tag values stored in a CasioType2MakernoteDirectory.

See Also:
Serialized Form

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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CasioType2MakernoteDescriptor

public CasioType2MakernoteDescriptor(Directory directory)
Method Detail

getDescription

public 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 String getFilterDescription()
                            throws MetadataException
Throws:
MetadataException

getEnhancementDescription

public String getEnhancementDescription()
                                 throws MetadataException
Throws:
MetadataException

getColourModeDescription

public String getColourModeDescription()
                                throws MetadataException
Throws:
MetadataException

getCcdIsoSensitivityDescription

public String getCcdIsoSensitivityDescription()
                                       throws MetadataException
Throws:
MetadataException

getBestShotModeDescription

public String getBestShotModeDescription()
                                  throws MetadataException
Throws:
MetadataException

getTimeZoneDescription

public String getTimeZoneDescription()

getFocusMode2Description

public String getFocusMode2Description()
                                throws MetadataException
Throws:
MetadataException

getQualityDescription

public String getQualityDescription()
                             throws MetadataException
Throws:
MetadataException

getSelfTimerDescription

public String getSelfTimerDescription()
                               throws MetadataException
Throws:
MetadataException

getRecordModeDescription

public String getRecordModeDescription()
                                throws MetadataException
Throws:
MetadataException

getFlashDistanceDescription

public String getFlashDistanceDescription()
                                   throws MetadataException
Throws:
MetadataException

getObjectDistanceDescription

public String getObjectDistanceDescription()
                                    throws MetadataException
Throws:
MetadataException

getWhiteBalance2Description

public String getWhiteBalance2Description()
                                   throws MetadataException
Throws:
MetadataException

getWhiteBalanceBiasDescription

public String getWhiteBalanceBiasDescription()

getCasioPreviewThumbnailDescription

public String getCasioPreviewThumbnailDescription()
                                           throws MetadataException
Throws:
MetadataException

getPrintImageMatchingInfoDescription

public String getPrintImageMatchingInfoDescription()

getSharpnessDescription

public String getSharpnessDescription()
                               throws MetadataException
Throws:
MetadataException

getContrastDescription

public String getContrastDescription()
                              throws MetadataException
Throws:
MetadataException

getSaturationDescription

public String getSaturationDescription()
                                throws MetadataException
Throws:
MetadataException

getFocalLengthDescription

public String getFocalLengthDescription()
                                 throws MetadataException
Throws:
MetadataException

getWhiteBalance1Description

public String getWhiteBalance1Description()
                                   throws MetadataException
Throws:
MetadataException

getIsoSensitivityDescription

public String getIsoSensitivityDescription()
                                    throws MetadataException
Throws:
MetadataException

getFocusMode1Description

public String getFocusMode1Description()
                                throws MetadataException
Throws:
MetadataException

getImageSizeDescription

public String getImageSizeDescription()
                               throws MetadataException
Throws:
MetadataException

getQualityModeDescription

public String getQualityModeDescription()
                                 throws MetadataException
Throws:
MetadataException

getThumbnailOffsetDescription

public String getThumbnailOffsetDescription()

getThumbnailSizeDescription

public String getThumbnailSizeDescription()
                                   throws MetadataException
Throws:
MetadataException

getThumbnailDimensionsDescription

public String getThumbnailDimensionsDescription()
                                         throws MetadataException
Throws:
MetadataException