public class PngDescriptor extends TagDescriptor<PngDirectory>
| Constructor and Description |
|---|
PngDescriptor(PngDirectory directory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundColorDescription() |
String |
getColorTypeDescription() |
String |
getCompressionTypeDescription() |
String |
getDescription(int tagType)
Returns a descriptive value of the specified tag for this image.
|
String |
getFilterMethodDescription() |
String |
getInterlaceMethodDescription() |
String |
getIsSrgbColorSpaceDescription() |
String |
getPaletteHasTransparencyDescription() |
String |
getTextualDataDescription() |
String |
getUnitSpecifierDescription() |
convertBytesToVersionStringpublic PngDescriptor(PngDirectory directory)
public String getDescription(int tagType)
TagDescriptorgetString(tagType) will be returned.getDescription in class TagDescriptor<PngDirectory>tagType - the tag to find a description fornull if the tag hasn't been defined.public String getColorTypeDescription()
public String getCompressionTypeDescription()
public String getFilterMethodDescription()
public String getInterlaceMethodDescription()
public String getPaletteHasTransparencyDescription()
public String getIsSrgbColorSpaceDescription()
public String getUnitSpecifierDescription()
public String getTextualDataDescription()
public String getBackgroundColorDescription()
Copyright © 2002-2017 Drew Noakes. All Rights Reserved.