Uses of Class
org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
-
Packages that use PNGEncodeParam.Gray Package Description org.apache.batik.ext.awt.image.codec.png -
-
Uses of PNGEncodeParam.Gray in org.apache.batik.ext.awt.image.codec.png
Methods in org.apache.batik.ext.awt.image.codec.png that return PNGEncodeParam.Gray Modifier and Type Method Description private PNGEncodeParam.Gray
PNGImageEncoder. createGrayParam(byte[] redPalette, byte[] greenPalette, byte[] bluePalette, byte[] alphaPalette)
Analyzes a set of palettes and determines if it can be expressed as a standard set of gray values, with zero or one values being fully transparent and the rest being fully opaque.
-