Uses of Class
org.apache.pdfbox.jbig2.err.IntegerMaxValueException
-
Packages that use IntegerMaxValueException Package Description org.apache.pdfbox.jbig2 org.apache.pdfbox.jbig2.segments -
-
Uses of IntegerMaxValueException in org.apache.pdfbox.jbig2
Methods in org.apache.pdfbox.jbig2 that throw IntegerMaxValueException Modifier and Type Method Description private void
JBIG2Page. createNormalPage(PageInformation pageInformation)
private void
JBIG2Page. createPage(PageInformation pageInformation)
private void
JBIG2Page. createStripedPage(PageInformation pageInformation)
java.util.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. -
Uses of IntegerMaxValueException in org.apache.pdfbox.jbig2.segments
Methods in org.apache.pdfbox.jbig2.segments that throw IntegerMaxValueException Modifier and Type Method Description private void
SymbolDictionary. addSymbol(Region region)
private void
SymbolDictionary. decodeAggregate(int symbolWidth, int heightClassHeight)
private void
SymbolDictionary. decodeDirectlyThroughGenericRegion(int symWidth, int hcHeight)
private void
SymbolDictionary. decodeHeightClassBitmap(Bitmap heightClassCollectiveBitmap, int heightClassFirstSymbol, int heightClassHeight, int[] newSymbolsWidths)
private Bitmap
TextRegion. decodeIb(long r, long id)
private void
SymbolDictionary. decodeNewSymbols(int symWidth, int hcHeight, Bitmap ibo, int rdx, int rdy)
private void
SymbolDictionary. decodeRefinedSymbol(int symbolWidth, int heightClassHeight)
private void
TextRegion. decodeSymbolInstances()
private void
SymbolDictionary. decodeThroughTextRegion(int symbolWidth, int heightClassHeight, long amountOfRefinementAggregationInstances)
java.util.ArrayList<Bitmap>
SymbolDictionary. getDictionary()
6.5.5 Decoding the symbol dictionaryprivate Bitmap
GenericRefinementRegion. getGrReference()
Bitmap
GenericRefinementRegion. getRegionBitmap()
Decode using a template and arithmetic coding, as described in 6.3.5.6Bitmap
TextRegion. getRegionBitmap()
private void
TextRegion. getSymbols()
void
EndOfStripe. init(SegmentHeader header, SubInputStream sis)
void
RegionSegmentInformation. init(SegmentHeader header, SubInputStream sis)
void
SymbolDictionary. init(SegmentHeader header, SubInputStream sis)
void
Table. init(SegmentHeader header, SubInputStream sis)
void
TextRegion. init(SegmentHeader header, SubInputStream sis)
private void
TextRegion. initSymbols()
private void
EndOfStripe. parseHeader()
private void
SymbolDictionary. parseHeader()
private void
Table. parseHeader()
private void
TextRegion. parseHeader()
private void
SymbolDictionary. retrieveImportSymbols()
Concatenates symbols from all referred-to segments.private void
SymbolDictionary. setInSyms()
private void
SymbolDictionary. setSymbolsArray()
6.5.8.2.4 - Setting SBSYMS
-