Uses of Class
org.apache.pdfbox.jbig2.image.Scanline
-
Packages that use Scanline Package Description org.apache.pdfbox.jbig2.image -
-
Uses of Scanline in org.apache.pdfbox.jbig2.image
Subclasses of Scanline in org.apache.pdfbox.jbig2.image Modifier and Type Class Description (package private) class
BitmapScanline
protected static class
Scanline.ByteBGRScanline
A Scanline for pixel interleaved byte data with three components.protected static class
Scanline.ByteBiLevelPackedScanline
A Scanline for BiLevel input data (MultiPixelPackedSampleModel
) to indexed output data (sun.awt.image.ByteInterleavedRaster
).protected static class
Scanline.GenericRasterScanline
A Scanline for packed integer pixels.protected static class
Scanline.IntegerSinglePixelPackedScanline
A Scanline for packed integer pixels.Methods in org.apache.pdfbox.jbig2.image that return Scanline Modifier and Type Method Description private static Scanline
Resizer. createScanline(java.lang.Object src, java.lang.Object dst, int length)
Methods in org.apache.pdfbox.jbig2.image with parameters of type Scanline Modifier and Type Method Description protected void
BitmapScanline. accumulate(int weight, Scanline dst)
protected abstract void
Scanline. accumulate(int weight, Scanline dst)
protected void
Scanline.ByteBGRScanline. accumulate(int weight, Scanline dst)
protected void
Scanline.ByteBiLevelPackedScanline. accumulate(int weight, Scanline dst)
protected void
Scanline.GenericRasterScanline. accumulate(int weight, Scanline dst)
protected void
Scanline.IntegerSinglePixelPackedScanline. accumulate(int weight, Scanline dst)
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)
-