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.String
getClippingPathNameString(int tagType)
java.lang.String
getDescription(int tagType)
Returns a descriptive value of the specified tag for this image.java.lang.String
getJpegQualityString()
java.lang.String
getPathString(int tagType)
java.lang.String
getPixelAspectRatioString()
java.lang.String
getPrintScaleDescription()
java.lang.String
getResolutionInfoDescription()
java.lang.String
getSlicesDescription()
java.lang.String
getThumbnailDescription(int tagType)
java.lang.String
getVersionDescription()
-
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:TagDescriptor
Returns 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:
getDescription
in classTagDescriptor<PhotoshopDirectory>
- 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.
-
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)
-
-