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 classprotected static final classA Scanline for pixel interleaved byte data with three components.protected static final classA Scanline for BiLevel input data (MultiPixelPackedSampleModel) to indexed output data (sun.awt.image.ByteInterleavedRaster).protected static final classA Scanline for packed integer pixels.protected static final classA Scanline for packed integer pixels.Methods in org.apache.pdfbox.jbig2.image that return ScanlineModifier and TypeMethodDescriptionprivate static ScanlineResizer.createScanline(Object src, Object dst, int length) Methods in org.apache.pdfbox.jbig2.image with parameters of type ScanlineModifier and TypeMethodDescriptionprotected voidBitmapScanline.accumulate(int weight, Scanline dst) protected abstract voidScanline.accumulate(int weight, Scanline dst) protected voidScanline.ByteBGRScanline.accumulate(int weight, Scanline dst) protected voidScanline.ByteBiLevelPackedScanline.accumulate(int weight, Scanline dst) protected voidScanline.GenericRasterScanline.accumulate(int weight, Scanline dst) protected voidScanline.IntegerSinglePixelPackedScanline.accumulate(int weight, Scanline dst) protected voidprotected voidprotected voidScanline.ByteBiLevelPackedScanline.filter(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst) protected abstract voidprotected voidScanline.GenericRasterScanline.filter(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst) protected voidScanline.IntegerSinglePixelPackedScanline.filter(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst)