public class ExifIFD0Descriptor extends TagDescriptor<ExifIFD0Directory>
ExifIFD0Directory
._directory
Constructor and Description |
---|
ExifIFD0Descriptor(ExifIFD0Directory directory) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription(int tagType)
Returns a descriptive value of 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() |
convertBytesToVersionString, get7BitStringFromBytes, getAsciiStringFromBytes, getBitFlagDescription, getByteLengthDescription, getDecimalRational, getEpochTimeDescription, getFormattedFloat, getFormattedInt, getFormattedString, getIndexedDescription, getIndexedDescription, getSimpleRational, getVersionBytesDescription
public ExifIFD0Descriptor(ExifIFD0Directory directory)
public String getDescription(int tagType)
getDescription
in class TagDescriptor<ExifIFD0Directory>
tagType
- the tag to find a description fornull
if the tag hasn't been defined.public String getReferenceBlackWhiteDescription()
public String getYResolutionDescription()
public String getXResolutionDescription()
public String getYCbCrPositioningDescription()
public String getOrientationDescription()
public String getResolutionDescription()
public String getWindowsAuthorDescription()
public String getWindowsCommentDescription()
public String getWindowsKeywordsDescription()
public String getWindowsTitleDescription()
public String getWindowsSubjectDescription()
Copyright © 2002-2015 Drew Noakes. All Rights Reserved.