public class PngDescriptor extends TagDescriptor<PngDirectory>
_directory
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() |
convertBytesToVersionString, get7BitStringFromBytes, getAsciiStringFromBytes, getBitFlagDescription, getByteLengthDescription, getDecimalRational, getEpochTimeDescription, getFormattedFloat, getFormattedInt, getFormattedString, getIndexedDescription, getIndexedDescription, getSimpleRational, getVersionBytesDescription
public PngDescriptor(PngDirectory directory)
public String getDescription(int tagType)
TagDescriptor
getString(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 getTextualDataDescription()
public String getBackgroundColorDescription()
Copyright © 2002-2015 Drew Noakes. All Rights Reserved.