| Package | Description |
|---|---|
| org.apache.pdfbox.jbig2 | |
| org.apache.pdfbox.jbig2.segments |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Bitmap> |
Dictionary.getDictionary()
Decodes a dictionary segment and returns the result.
|
Bitmap |
Region.getRegionBitmap()
Decodes and returns a regions content.
|
void |
SegmentData.init(SegmentHeader header,
SubInputStream sis)
Parse the stream and read information of header.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Bitmap> |
SymbolDictionary.getDictionary()
6.5.5 Decoding the symbol dictionary
|
Bitmap |
TextRegion.getRegionBitmap() |
Bitmap |
GenericRefinementRegion.getRegionBitmap()
Decode using a template and arithmetic coding, as described in 6.3.5.6
|
void |
TextRegion.init(SegmentHeader header,
SubInputStream sis) |
void |
RegionSegmentInformation.init(SegmentHeader header,
SubInputStream sis) |
void |
EndOfStripe.init(SegmentHeader header,
SubInputStream sis) |
void |
Table.init(SegmentHeader header,
SubInputStream sis) |
void |
SymbolDictionary.init(SegmentHeader header,
SubInputStream sis) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.