com.drew.metadata.pcx
public class PcxDescriptor extends TagDescriptor<PcxDirectory>
| Constructor and Description |
|---|
PcxDescriptor(PcxDirectory directory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorPlanesDescription() |
String |
getDescription(int tagType)
Returns a descriptive value of the specified tag for this image.
|
String |
getPaletteTypeDescription() |
String |
getVersionDescription() |
convertBytesToVersionStringpublic PcxDescriptor(PcxDirectory directory)
public String getDescription(int tagType)
TagDescriptorgetString(tagType) will be returned.getDescription in class TagDescriptor<PcxDirectory>tagType - the tag to find a description fornull if the tag hasn't been defined.public String getVersionDescription()
public String getColorPlanesDescription()
public String getPaletteTypeDescription()
Copyright © 2002-2015 Drew Noakes. All Rights Reserved.