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. -
-
Uses of InterlaceMethod in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png that return InterlaceMethod Modifier and Type Method Description static InterlaceMethod
InterlaceMethod. valueOf(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.
-