Uses of Class
org.apache.pdfbox.jbig2.image.ParameterizedFilter
Packages that use ParameterizedFilter
-
Uses of ParameterizedFilter in org.apache.pdfbox.jbig2.image
Methods in org.apache.pdfbox.jbig2.image that return ParameterizedFilterModifier and TypeMethodDescriptionprivate ParameterizedFilterResizer.simplifyFilter(ParameterizedFilter filter, double scale, double offset) Checks if our discrete sampling of an arbitrary continuous filter, parameterized by the filter spacing (ParameterizedFilter.scale), its radius (ParameterizedFilter.support), and the scale and offset of the coordinate mapping, causes the filter to reduce to point sampling.Methods in org.apache.pdfbox.jbig2.image with parameters of type ParameterizedFilterModifier and TypeMethodDescriptionprivate Weighttab[]Resizer.createXWeights(Rectangle srcBounds, Rectangle dstBounds, ParameterizedFilter filter) private voidResizer.resizeXfirst(Object src, Rectangle srcBounds, Object dst, Rectangle dstBounds, ParameterizedFilter xFilter, ParameterizedFilter yFilter) Filtered zoom, x direction filtering before y direction filteringprivate voidResizer.resizeYfirst(Object src, Rectangle srcBounds, Object dst, Rectangle dstBounds, ParameterizedFilter xFilter, ParameterizedFilter yFilter) Filtered zoom, y direction filtering before x direction filteringprivate ParameterizedFilterResizer.simplifyFilter(ParameterizedFilter filter, double scale, double offset) Checks if our discrete sampling of an arbitrary continuous filter, parameterized by the filter spacing (ParameterizedFilter.scale), its radius (ParameterizedFilter.support), and the scale and offset of the coordinate mapping, causes the filter to reduce to point sampling.Constructors in org.apache.pdfbox.jbig2.image with parameters of type ParameterizedFilterModifierConstructorDescriptionWeighttab(ParameterizedFilter pf, int weightOne, double center, int a0, int a1, boolean trimzeros)