Uses of Class
org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Packages that use PNGEncodeParam
-
Uses of PNGEncodeParam in org.apache.xmlgraphics.image.codec.png
Subclasses of PNGEncodeParam in org.apache.xmlgraphics.image.codec.pngModifier and TypeClassDescriptionstatic class
static class
static class
Methods in org.apache.xmlgraphics.image.codec.png that return PNGEncodeParamModifier and TypeMethodDescriptionstatic PNGEncodeParam
PNGEncodeParam.getDefaultEncodeParam
(RenderedImage im) Returns an instance ofPNGEncodeParam.Palette
,PNGEncodeParam.Gray
, orPNGEncodeParam.RGB
appropriate for encoding the given image.PNGDecodeParam.getEncodeParam()
IfgetGenerateEncodeParam()
istrue
, this method may be called after decoding has completed, and will return an instance ofPNGEncodeParam
containing information about the contents of the PNG file just decoded.Methods in org.apache.xmlgraphics.image.codec.png with parameters of type PNGEncodeParamModifier and TypeMethodDescriptionvoid
PNGDecodeParam.setEncodeParam
(PNGEncodeParam encodeParam) Sets the current encoder param instance.Constructors in org.apache.xmlgraphics.image.codec.png with parameters of type PNGEncodeParam