com.drew.metadata.exif
Class ExifThumbnailDescriptor
java.lang.Object
com.drew.metadata.TagDescriptor<ExifThumbnailDirectory>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExifThumbnailDescriptor
public ExifThumbnailDescriptor(ExifThumbnailDirectory directory)
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.