Package com.drew.metadata.photoshop
Class PhotoshopDescriptor
- java.lang.Object
-
- com.drew.metadata.TagDescriptor<PhotoshopDirectory>
-
- com.drew.metadata.photoshop.PhotoshopDescriptor
-
public class PhotoshopDescriptor extends TagDescriptor<PhotoshopDirectory>
-
-
Constructor Summary
Constructors Constructor Description PhotoshopDescriptor(PhotoshopDirectory directory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClippingPathNameString(int tagType)StringgetDescription(int tagType)Returns a descriptive value of the specified tag for this image.StringgetJpegQualityString()StringgetPathString(int tagType)StringgetPixelAspectRatioString()StringgetPrintScaleDescription()StringgetResolutionInfoDescription()StringgetSlicesDescription()StringgetThumbnailDescription(int tagType)StringgetVersionDescription()-
Methods inherited from class com.drew.metadata.TagDescriptor
convertBytesToVersionString
-
-
-
-
Constructor Detail
-
PhotoshopDescriptor
public PhotoshopDescriptor(PhotoshopDirectory directory)
-
-
Method Detail
-
getDescription
public String getDescription(int tagType)
Description copied from class:TagDescriptorReturns a descriptive value of the specified tag for this image. Where possible, known values will be substituted here in place of the raw tokens actually kept in the metadata segment. If no substitution is available, the value provided bygetString(tagType)will be returned.- Overrides:
getDescriptionin classTagDescriptor<PhotoshopDirectory>- Parameters:
tagType- the tag to find a description for- Returns:
- a description of the image's value for the specified tag, or
nullif the tag hasn't been defined.
-
getJpegQualityString
public String getJpegQualityString()
-
getPixelAspectRatioString
public String getPixelAspectRatioString()
-
getPrintScaleDescription
public String getPrintScaleDescription()
-
getResolutionInfoDescription
public String getResolutionInfoDescription()
-
getVersionDescription
public String getVersionDescription()
-
getSlicesDescription
public String getSlicesDescription()
-
getThumbnailDescription
public String getThumbnailDescription(int tagType)
-
getClippingPathNameString
public String getClippingPathNameString(int tagType)
-
getPathString
public String getPathString(int tagType)
-
-