Uses of Enum
org.apache.commons.imaging.formats.png.InterlaceMethod
Packages that use InterlaceMethod
Package
Description
The PNG (Portable Network Graphics) image format.
PNG image format chunks.
-
Uses of InterlaceMethod in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as InterlaceMethodMethods in org.apache.commons.imaging.formats.png that return InterlaceMethodModifier and TypeMethodDescriptionstatic InterlaceMethodReturns the enum constant of this type with the specified name.static InterlaceMethod[]InterlaceMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.imaging.formats.png with parameters of type InterlaceMethodModifierConstructorDescription(package private)ImageHeader(int width, int height, byte bitDepth, PngColorType pngColorType, byte compressionMethod, byte filterMethod, InterlaceMethod interlaceMethod) -
Uses of InterlaceMethod in org.apache.commons.imaging.formats.png.chunks
Fields in org.apache.commons.imaging.formats.png.chunks declared as InterlaceMethodMethods in org.apache.commons.imaging.formats.png.chunks that return InterlaceMethod