Uses of Class
org.apache.commons.imaging.formats.png.chunks.PngChunkPlte
-
Packages that use PngChunkPlte Package Description org.apache.commons.imaging.formats.png The PNG image format. -
-
Uses of PngChunkPlte in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as PngChunkPlte Modifier and Type Field Description (package private) PngChunkPlte
ScanExpediter. pngChunkPLTE
Constructors in org.apache.commons.imaging.formats.png with parameters of type PngChunkPlte Constructor Description ScanExpediter(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter)
ScanExpediterInterlaced(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte fPNGChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter)
ScanExpediterSimple(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter)
-