public class PsdHeaderDescriptor extends TagDescriptor<PsdHeaderDirectory>
| Constructor and Description |
|---|
PsdHeaderDescriptor(PsdHeaderDirectory directory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBitsPerChannelDescription() |
String |
getChannelCountDescription() |
String |
getColorModeDescription() |
String |
getDescription(int tagType)
Returns a descriptive value of the specified tag for this image.
|
String |
getImageHeightDescription() |
String |
getImageWidthDescription() |
convertBytesToVersionStringpublic PsdHeaderDescriptor(PsdHeaderDirectory directory)
public String getDescription(int tagType)
TagDescriptorgetString(tagType) will be returned.getDescription in class TagDescriptor<PsdHeaderDirectory>tagType - the tag to find a description fornull if the tag hasn't been defined.public String getChannelCountDescription()
public String getBitsPerChannelDescription()
public String getColorModeDescription()
public String getImageHeightDescription()
public String getImageWidthDescription()
Copyright © 2002-2016 Drew Noakes. All Rights Reserved.