Uses of Enum
org.apache.commons.imaging.formats.png.PngColorType
Packages that use PngColorType
Package
Description
The PNG (Portable Network Graphics) image format.
PNG image format chunks.
-
Uses of PngColorType in org.apache.commons.imaging.formats.png
Subclasses with type arguments of type PngColorType in org.apache.commons.imaging.formats.pngFields in org.apache.commons.imaging.formats.png declared as PngColorTypeModifier and TypeFieldDescription(package private) final PngColorTypeAbstractScanExpediter.pngColorTypefinal PngColorTypePngWriter.ImageHeader.pngColorTypeMethods in org.apache.commons.imaging.formats.png that return PngColorTypeModifier and TypeMethodDescription(package private) static PngColorTypePngColorType.getColorType(boolean alpha, boolean grayscale) static PngColorTypePngColorType.getColorType(int value) static PngColorTypeReturns 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 PngColorTypeModifier and TypeMethodDescriptionprivate 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 PngColorTypeModifierConstructorDescription(package private)AbstractScanExpediter(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, AbstractTransparencyFilter abstractTransparencyFilter) (package private)ImageHeader(int width, int height, byte bitDepth, PngColorType pngColorType, byte compressionMethod, byte filterMethod, InterlaceMethod interlaceMethod) (package private)ScanExpediterInterlaced(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, AbstractTransparencyFilter abstractTransparencyFilter) (package private)ScanExpediterSimple(int width, int height, InputStream is, 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 PngColorTypeMethods in org.apache.commons.imaging.formats.png.chunks that return PngColorType