Uses of Class
org.apache.commons.imaging.formats.png.PngColorType
-
Packages that use PngColorType Package Description org.apache.commons.imaging.formats.png The PNG (Portable Network Graphics) image format.org.apache.commons.imaging.formats.png.chunks PNG image format chunks. -
-
Uses of PngColorType in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as PngColorType Modifier and Type Field Description (package private) PngColorTypeAbstractScanExpediter. pngColorTypePngColorTypePngWriter.ImageHeader. pngColorTypeMethods in org.apache.commons.imaging.formats.png that return PngColorType Modifier and Type Method Description (package private) static PngColorTypePngColorType. getColorType(boolean alpha, boolean grayscale)static PngColorTypePngColorType. getColorType(int value)static PngColorTypePngColorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PngColorType[]PngColorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.imaging.formats.png with parameters of type PngColorType Modifier and Type Method Description private bytePngWriter. getBitDepth(PngColorType pngColorType, PngImagingParameters params)private AbstractTransparencyFilterPngImageParser. getTransparencyFilter(PngColorType pngColorType, PngChunk pngChunktRNS)Constructors in org.apache.commons.imaging.formats.png with parameters of type PngColorType 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)ImageHeader(int width, int height, byte bitDepth, PngColorType pngColorType, byte compressionMethod, byte filterMethod, InterlaceMethod interlaceMethod)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) -
Uses of PngColorType in org.apache.commons.imaging.formats.png.chunks
Fields in org.apache.commons.imaging.formats.png.chunks declared as PngColorType Modifier and Type Field Description private PngColorTypePngChunkIhdr. pngColorTypeMethods in org.apache.commons.imaging.formats.png.chunks that return PngColorType Modifier and Type Method Description PngColorTypePngChunkIhdr. getPngColorType()
-