com.drew.metadata.exif
Class ExifIFD0Descriptor
java.lang.Object
com.drew.metadata.TagDescriptor<ExifIFD0Directory>
com.drew.metadata.exif.ExifIFD0Descriptor
public class ExifIFD0Descriptor
- extends TagDescriptor<ExifIFD0Directory>
Provides human-readable string representations of tag values stored in a ExifIFD0Directory.
- Author:
- Drew Noakes http://drewnoakes.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExifIFD0Descriptor
public ExifIFD0Descriptor(ExifIFD0Directory 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<ExifIFD0Directory>
- 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()
getYResolutionDescription
public String getYResolutionDescription()
getXResolutionDescription
public String getXResolutionDescription()
getYCbCrPositioningDescription
public String getYCbCrPositioningDescription()
getOrientationDescription
public String getOrientationDescription()
getResolutionDescription
public String getResolutionDescription()
getWindowsAuthorDescription
public String getWindowsAuthorDescription()
getWindowsCommentDescription
public String getWindowsCommentDescription()
getWindowsKeywordsDescription
public String getWindowsKeywordsDescription()
getWindowsTitleDescription
public String getWindowsTitleDescription()
getWindowsSubjectDescription
public String getWindowsSubjectDescription()
Copyright © 2012. All Rights Reserved.