Uses of Enum
org.apache.commons.imaging.formats.png.InterlaceMethod
Packages that use InterlaceMethod
Package
Description
The PNG 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 InterlaceMethod
Returns 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 InterlaceMethod