Uses of Enum
org.apache.commons.imaging.formats.png.FilterType
Packages that use FilterType
-
Uses of FilterType in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png that return FilterTypeModifier and TypeMethodDescriptionstatic FilterType
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 FilterTypeModifier and TypeMethodDescription(package private) ScanlineFilter
ScanExpediter.getScanlineFilter
(FilterType filterType, int bytesPerPixel) (package private) byte[]
ScanExpediter.unfilterScanline
(FilterType filterType, byte[] src, byte[] prev, int bytesPerPixel)