public class PhotoshopDescriptor extends TagDescriptor<PhotoshopDirectory>
| 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() |
convertBytesToVersionStringpublic PhotoshopDescriptor(PhotoshopDirectory directory)
public String getDescription(int tagType)
TagDescriptorgetString(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-2016 Drew Noakes. All Rights Reserved.