Uses of Class
org.apache.pdfbox.jbig2.image.Weighttab
-
Packages that use Weighttab Package Description org.apache.pdfbox.jbig2.image -
-
Uses of Weighttab in org.apache.pdfbox.jbig2.image
Methods in org.apache.pdfbox.jbig2.image that return Weighttab Modifier and Type Method Description private Weighttab[]
Resizer. createXWeights(java.awt.Rectangle srcBounds, java.awt.Rectangle dstBounds, ParameterizedFilter filter)
Methods in org.apache.pdfbox.jbig2.image with parameters of type Weighttab Modifier and Type Method Description protected void
BitmapScanline. filter(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst)
protected void
Scanline.ByteBGRScanline. filter(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst)
protected void
Scanline.ByteBiLevelPackedScanline. filter(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst)
protected abstract void
Scanline. filter(int[] preShift, int[] postShift, Weighttab[] xweights, Scanline dst)
protected void
Scanline.GenericRasterScanline. filter(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst)
protected void
Scanline.IntegerSinglePixelPackedScanline. filter(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst)
-