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 java.lang.StringgetClippingPathNameString(int tagType)java.lang.StringgetDescription(int tagType)Returns a descriptive value of the specified tag for this image.java.lang.StringgetJpegQualityString()java.lang.StringgetPathString(int tagType)java.lang.StringgetPixelAspectRatioString()java.lang.StringgetPrintScaleDescription()java.lang.StringgetResolutionInfoDescription()java.lang.StringgetSlicesDescription()java.lang.StringgetThumbnailDescription(int tagType)java.lang.StringgetVersionDescription()-
Methods inherited from class com.drew.metadata.TagDescriptor
convertBytesToVersionString
-
-
-
-
Constructor Detail
-
PhotoshopDescriptor
public PhotoshopDescriptor(PhotoshopDirectory directory)
-
-
Method Detail
-
getDescription
public java.lang.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 java.lang.String getJpegQualityString()
-
getPixelAspectRatioString
public java.lang.String getPixelAspectRatioString()
-
getPrintScaleDescription
public java.lang.String getPrintScaleDescription()
-
getResolutionInfoDescription
public java.lang.String getResolutionInfoDescription()
-
getVersionDescription
public java.lang.String getVersionDescription()
-
getSlicesDescription
public java.lang.String getSlicesDescription()
-
getThumbnailDescription
public java.lang.String getThumbnailDescription(int tagType)
-
getClippingPathNameString
public java.lang.String getClippingPathNameString(int tagType)
-
getPathString
public java.lang.String getPathString(int tagType)
-
-