Uses of Enum
org.apache.commons.imaging.formats.png.FilterType
Packages that use FilterType
Package
Description
The PNG (Portable Network Graphics) image format.
-
Uses of FilterType in org.apache.commons.imaging.formats.png
Subclasses with type arguments of type FilterType in org.apache.commons.imaging.formats.pngModifier and TypeClassDescription(package private) enumFilter types for filter method 0.Methods in org.apache.commons.imaging.formats.png that return FilterTypeModifier and TypeMethodDescriptionstatic FilterTypeReturns 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 FilterTypeModifier and TypeMethodDescription(package private) ScanlineFilterAbstractScanExpediter.getScanlineFilter(FilterType filterType, int bytesPerPixel) (package private) byte[]AbstractScanExpediter.unfilterScanline(FilterType filterType, byte[] src, byte[] prev, int bytesPerPixel)