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 Scanline
Scanline.ByteBGRScanline, Scanline.ByteBiLevelPackedScanline, Scanline.GenericRasterScanline, Scanline.IntegerSinglePixelPackedScanline, Scanline.ScanlineFilter -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int[]private final WritableRasterprivate final Raster -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedByteBGRScanline(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:
accumulatein classScanline
-
clear
-
fetch
-
filter
-
shift
-
store
-