Uses of Class
org.apache.pdfbox.jbig2.image.Scanline
Packages that use Scanline
-
Uses of Scanline in org.apache.pdfbox.jbig2.image
Subclasses of Scanline in org.apache.pdfbox.jbig2.imageModifier and TypeClassDescription(package private) final class
protected static final class
A Scanline for pixel interleaved byte data with three components.protected static final class
A Scanline for BiLevel input data (MultiPixelPackedSampleModel
) to indexed output data (sun.awt.image.ByteInterleavedRaster
).protected static final class
A Scanline for packed integer pixels.protected static final class
A Scanline for packed integer pixels.Methods in org.apache.pdfbox.jbig2.image that return ScanlineModifier and TypeMethodDescriptionprivate static Scanline
Resizer.createScanline
(Object src, Object dst, int length) Methods in org.apache.pdfbox.jbig2.image with parameters of type ScanlineModifier and TypeMethodDescriptionprotected 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
protected void
protected void
Scanline.ByteBiLevelPackedScanline.filter
(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst) protected abstract void
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)