com.drew.metadata.exif
Class ExifIFD0Descriptor

java.lang.Object
  extended by com.drew.metadata.TagDescriptor<ExifIFD0Directory>
      extended by 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

Field Summary
 
Fields inherited from class com.drew.metadata.TagDescriptor
_directory
 
Constructor Summary
ExifIFD0Descriptor(ExifIFD0Directory directory)
           
 
Method Summary
 String getDescription(int tagType)
          Returns a descriptive value of the the specified tag for this image.
 String getOrientationDescription()
           
 String getReferenceBlackWhiteDescription()
           
 String getResolutionDescription()
           
 String getWindowsAuthorDescription()
           
 String getWindowsCommentDescription()
           
 String getWindowsKeywordsDescription()
           
 String getWindowsSubjectDescription()
           
 String getWindowsTitleDescription()
           
 String getXResolutionDescription()
           
 String getYCbCrPositioningDescription()
           
 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

ExifIFD0Descriptor

public ExifIFD0Descriptor(ExifIFD0Directory 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<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.