public class PhotoshopDescriptor extends TagDescriptor<PhotoshopDirectory>
_directory
Constructor and Description |
---|
PhotoshopDescriptor(PhotoshopDirectory directory) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription(int tagType)
Returns a descriptive value of the specified tag for this image.
|
String |
getJpegQualityString() |
String |
getPixelAspectRatioString() |
String |
getPrintScaleDescription() |
String |
getResolutionInfoDescription() |
String |
getSlicesDescription() |
String |
getThumbnailDescription(int tagType) |
String |
getVersionDescription() |
convertBytesToVersionString, get7BitStringFromBytes, getAsciiStringFromBytes, getBitFlagDescription, getByteLengthDescription, getDecimalRational, getEpochTimeDescription, getFormattedFloat, getFormattedInt, getFormattedString, getIndexedDescription, getIndexedDescription, getSimpleRational, getVersionBytesDescription
public PhotoshopDescriptor(PhotoshopDirectory directory)
public String getDescription(int tagType)
TagDescriptor
getString(tagType)
will be returned.getDescription
in class TagDescriptor<PhotoshopDirectory>
tagType
- the tag to find a description fornull
if the tag hasn't been defined.public String getJpegQualityString()
public String getPixelAspectRatioString()
public String getPrintScaleDescription()
public String getResolutionInfoDescription()
public String getVersionDescription()
public String getSlicesDescription()
public String getThumbnailDescription(int tagType)
Copyright © 2002-2015 Drew Noakes. All Rights Reserved.