com.drew.metadata.exif
Class ExifThumbnailDescriptor

java.lang.Object
  extended by com.drew.metadata.TagDescriptor<ExifThumbnailDirectory>
      extended by com.drew.metadata.exif.ExifThumbnailDescriptor

public class ExifThumbnailDescriptor
extends TagDescriptor<ExifThumbnailDirectory>

Provides human-readable string representations of tag values stored in a ExifThumbnailDirectory.

Author:
Drew Noakes http://drewnoakes.com

Field Summary
 
Fields inherited from class com.drew.metadata.TagDescriptor
_directory
 
Constructor Summary
ExifThumbnailDescriptor(ExifThumbnailDirectory directory)
           
 
Method Summary
 String getBitsPerSampleDescription()
           
 String getCompressionDescription()
           
 String getDescription(int tagType)
          Returns a descriptive value of the the specified tag for this image.
 String getOrientationDescription()
           
 String getPhotometricInterpretationDescription()
           
 String getPlanarConfigurationDescription()
           
 String getReferenceBlackWhiteDescription()
           
 String getResolutionDescription()
           
 String getRowsPerStripDescription()
           
 String getSamplesPerPixelDescription()
           
 String getStripByteCountsDescription()
           
 String getThumbnailImageHeightDescription()
           
 String getThumbnailImageWidthDescription()
           
 String getThumbnailLengthDescription()
           
 String getThumbnailOffsetDescription()
           
 String getXResolutionDescription()
           
 String getYCbCrPositioningDescription()
           
 String getYCbCrSubsamplingDescription()
           
 String getYResolutionDescription()
           
 
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

ExifThumbnailDescriptor

public ExifThumbnailDescriptor(ExifThumbnailDirectory directory)
Method Detail

getDescription

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

Overrides:
getDescription in class TagDescriptor<ExifThumbnailDirectory>
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.

getReferenceBlackWhiteDescription

public String getReferenceBlackWhiteDescription()

getYCbCrSubsamplingDescription

public String getYCbCrSubsamplingDescription()

getPlanarConfigurationDescription

public String getPlanarConfigurationDescription()

getSamplesPerPixelDescription

public String getSamplesPerPixelDescription()

getRowsPerStripDescription

public String getRowsPerStripDescription()

getStripByteCountsDescription

public String getStripByteCountsDescription()

getPhotometricInterpretationDescription

public String getPhotometricInterpretationDescription()

getCompressionDescription

public String getCompressionDescription()

getBitsPerSampleDescription

public String getBitsPerSampleDescription()

getThumbnailImageWidthDescription

public String getThumbnailImageWidthDescription()

getThumbnailImageHeightDescription

public String getThumbnailImageHeightDescription()

getThumbnailLengthDescription

public String getThumbnailLengthDescription()

getThumbnailOffsetDescription

public String getThumbnailOffsetDescription()

getYResolutionDescription

public String getYResolutionDescription()

getXResolutionDescription

public String getXResolutionDescription()

getYCbCrPositioningDescription

public String getYCbCrPositioningDescription()

getOrientationDescription

public String getOrientationDescription()

getResolutionDescription

public String getResolutionDescription()


Copyright © 2012. All Rights Reserved.