com.drew.metadata.exif
public class ExifThumbnailDescriptor extends TagDescriptor<ExifThumbnailDirectory>
ExifThumbnailDirectory
._directory
Constructor and Description |
---|
ExifThumbnailDescriptor(ExifThumbnailDirectory directory) |
Modifier and Type | Method and Description |
---|---|
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() |
convertBytesToVersionString
public ExifThumbnailDescriptor(ExifThumbnailDirectory directory)
public String getDescription(int tagType)
getDescription
in class TagDescriptor<ExifThumbnailDirectory>
tagType
- the tag to find a description fornull
if the tag hasn't been defined.public String getReferenceBlackWhiteDescription()
public String getYCbCrSubsamplingDescription()
public String getPlanarConfigurationDescription()
public String getSamplesPerPixelDescription()
public String getRowsPerStripDescription()
public String getStripByteCountsDescription()
public String getPhotometricInterpretationDescription()
public String getCompressionDescription()
public String getBitsPerSampleDescription()
public String getThumbnailImageWidthDescription()
public String getThumbnailImageHeightDescription()
public String getThumbnailLengthDescription()
public String getThumbnailOffsetDescription()
public String getYResolutionDescription()
public String getXResolutionDescription()
public String getYCbCrPositioningDescription()
public String getOrientationDescription()
public String getResolutionDescription()
Copyright © 2003-2012 Drew Noakes. All Rights Reserved.