Uses of Class
org.apache.commons.imaging.formats.png.InterlaceMethod
-
Packages that use InterlaceMethod Package Description org.apache.commons.imaging.formats.png The PNG image format.org.apache.commons.imaging.formats.png.chunks PNG image format chunks. -
-
Uses of InterlaceMethod in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as InterlaceMethod Modifier and Type Field Description InterlaceMethod
PngWriter.ImageHeader. interlaceMethod
Methods in org.apache.commons.imaging.formats.png that return InterlaceMethod Modifier and Type Method Description static InterlaceMethod
InterlaceMethod. valueOf(java.lang.String name)
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 InterlaceMethod Constructor Description 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 Modifier and Type Field Description InterlaceMethod
PngChunkIhdr. interlaceMethod
-