Uses of Class
org.apache.pdfbox.jbig2.image.Filter
Packages that use Filter
-
Uses of Filter in org.apache.pdfbox.jbig2.image
Subclasses of Filter in org.apache.pdfbox.jbig2.imageModifier and TypeClassDescriptionstatic final class
static final class
static class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
Fields in org.apache.pdfbox.jbig2.image declared as FilterMethods in org.apache.pdfbox.jbig2.image that return FilterModifier and TypeMethodDescriptionstatic Filter
Filter.byType
(FilterType type) Find a filter by its type.Methods in org.apache.pdfbox.jbig2.image with parameters of type FilterModifier and TypeMethodDescriptionvoid
Resizer.resize
(Object src, Rectangle srcBounds, Object dst, Rectangle dstBounds, Filter xFilter, Filter yFilter) Constructors in org.apache.pdfbox.jbig2.image with parameters of type FilterModifierConstructorDescriptionParameterizedFilter
(Filter f, double scale) ParameterizedFilter
(Filter f, double scale, double support, int width)