Package org.apache.pdfbox.jbig2.image
Class Scanline.ByteBGRScanline
java.lang.Object
org.apache.pdfbox.jbig2.image.Scanline
org.apache.pdfbox.jbig2.image.Scanline.ByteBGRScanline
- Enclosing class:
Scanline
A Scanline for pixel interleaved byte data with three components. Although its name contains "BGR" it doesn't
really matter how the components are organized, als long as there are three of them.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pdfbox.jbig2.image.Scanline
Scanline.ByteBGRScanline, Scanline.ByteBiLevelPackedScanline, Scanline.GenericRasterScanline, Scanline.IntegerSinglePixelPackedScanline, Scanline.ScanlineFilter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int[]
private final WritableRaster
private final Raster
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ByteBGRScanline
(Raster src, WritableRaster dst, int length) -
Method Summary
-
Field Details
-
srcRaster
-
dstRaster
-
data
private final int[] data
-
-
Constructor Details
-
ByteBGRScanline
-
-
Method Details
-
accumulate
- Specified by:
accumulate
in classScanline
-
clear
protected void clear() -
fetch
protected void fetch(int x, int y) -
filter
-
shift
protected void shift(int[] shift) -
store
protected void store(int x, int y)
-