Uses of Class
org.apache.commons.imaging.formats.png.transparencyfilters.TransparencyFilter
-
Packages that use TransparencyFilter Package Description org.apache.commons.imaging.formats.png The PNG image format.org.apache.commons.imaging.formats.png.transparencyfilters PNG image format transparency filters. -
-
Uses of TransparencyFilter in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as TransparencyFilter Modifier and Type Field Description (package private) TransparencyFilter
ScanExpediter. transparencyFilter
Methods in org.apache.commons.imaging.formats.png that return TransparencyFilter Modifier and Type Method Description private TransparencyFilter
PngImageParser. getTransparencyFilter(PngColorType pngColorType, PngChunk pngChunktRNS)
Constructors in org.apache.commons.imaging.formats.png with parameters of type TransparencyFilter 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)
-
Uses of TransparencyFilter in org.apache.commons.imaging.formats.png.transparencyfilters
Subclasses of TransparencyFilter in org.apache.commons.imaging.formats.png.transparencyfilters Modifier and Type Class Description class
TransparencyFilterGrayscale
class
TransparencyFilterIndexedColor
class
TransparencyFilterTrueColor
-