Uses of Class
org.apache.commons.imaging.formats.png.FilterType
-
Packages that use FilterType Package Description org.apache.commons.imaging.formats.png The PNG image format. -
-
Uses of FilterType in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png that return FilterType Modifier and Type Method Description static FilterType
FilterType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FilterType[]
FilterType. 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 FilterType Modifier and Type Method Description (package private) ScanlineFilter
ScanExpediter. getScanlineFilter(FilterType filterType, int bytesPerPixel)
(package private) byte[]
ScanExpediter. unfilterScanline(FilterType filterType, byte[] src, byte[] prev, int bytesPerPixel)
-