Uses of Class
org.apache.pdfbox.jbig2.image.Filter
-
Packages that use Filter Package Description org.apache.pdfbox.jbig2.image -
-
Uses of Filter in org.apache.pdfbox.jbig2.image
Subclasses of Filter in org.apache.pdfbox.jbig2.image Modifier and Type Class Description static classFilter.Besselstatic classFilter.Blackmanstatic classFilter.Boxstatic classFilter.Catromstatic classFilter.Cubicstatic classFilter.Gaussianstatic classFilter.Hammingstatic classFilter.Hanningstatic classFilter.Hermitestatic classFilter.Lanczosstatic classFilter.Mitchellstatic classFilter.Pointstatic classFilter.Quadraticstatic classFilter.Sincstatic classFilter.TriangleFields in org.apache.pdfbox.jbig2.image declared as Filter Modifier and Type Field Description (package private) FilterParameterizedFilter. filterMethods in org.apache.pdfbox.jbig2.image that return Filter Modifier and Type Method Description static FilterFilter. byType(FilterType type)Find a filter by its type.Methods in org.apache.pdfbox.jbig2.image with parameters of type Filter Modifier and Type Method Description voidResizer. resize(java.lang.Object src, java.awt.Rectangle srcBounds, java.lang.Object dst, java.awt.Rectangle dstBounds, Filter xFilter, Filter yFilter)Constructors in org.apache.pdfbox.jbig2.image with parameters of type Filter Constructor Description ParameterizedFilter(Filter f, double scale)ParameterizedFilter(Filter f, double scale, double support, int width)
-