public class PsdHeaderDescriptor extends TagDescriptor<PsdHeaderDirectory>
_directory
Constructor and Description |
---|
PsdHeaderDescriptor(PsdHeaderDirectory directory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBitsPerChannelDescription() |
java.lang.String |
getChannelCountDescription() |
java.lang.String |
getColorModeDescription() |
java.lang.String |
getDescription(int tagType)
Returns a descriptive value of the the specified tag for this image.
|
java.lang.String |
getImageHeightDescription() |
java.lang.String |
getImageWidthDescription() |
convertBytesToVersionString
public PsdHeaderDescriptor(PsdHeaderDirectory directory)
public java.lang.String getDescription(int tagType)
TagDescriptor
getString(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 java.lang.String getChannelCountDescription()
public java.lang.String getBitsPerChannelDescription()
public java.lang.String getColorModeDescription()
public java.lang.String getImageHeightDescription()
public java.lang.String getImageWidthDescription()
Copyright © 2002-2013 Drew Noakes. All Rights Reserved.