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) classBitmapScanlineprotected static classScanline.ByteBGRScanlineA Scanline for pixel interleaved byte data with three components.protected static classScanline.ByteBiLevelPackedScanlineA Scanline for BiLevel input data (MultiPixelPackedSampleModel) to indexed output data (sun.awt.image.ByteInterleavedRaster).protected static classScanline.GenericRasterScanlineA Scanline for packed integer pixels.protected static classScanline.IntegerSinglePixelPackedScanlineA Scanline for packed integer pixels.Methods in org.apache.pdfbox.jbig2.image that return Scanline Modifier and Type Method Description private static ScanlineResizer. 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 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 voidBitmapScanline. filter(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst)protected voidScanline.ByteBGRScanline. filter(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst)protected voidScanline.ByteBiLevelPackedScanline. filter(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst)protected abstract voidScanline. filter(int[] preShift, int[] postShift, Weighttab[] xweights, Scanline dst)protected voidScanline.GenericRasterScanline. filter(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst)protected voidScanline.IntegerSinglePixelPackedScanline. filter(int[] preShift, int[] postShift, Weighttab[] tabs, Scanline dst)
-