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 (Portable Network Graphics) 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) PngChunkPlteAbstractScanExpediter. pngChunkPlteConstructors in org.apache.commons.imaging.formats.png with parameters of type PngChunkPlte Constructor Description AbstractScanExpediter(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, AbstractTransparencyFilter abstractTransparencyFilter)ScanExpediterInterlaced(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, AbstractTransparencyFilter abstractTransparencyFilter)ScanExpediterSimple(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, AbstractTransparencyFilter abstractTransparencyFilter)
-