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 voidJBIG2Page. createNormalPage(PageInformation pageInformation)private voidJBIG2Page. createPage(PageInformation pageInformation)private voidJBIG2Page. createStripedPage(PageInformation pageInformation)java.util.ArrayList<Bitmap>Dictionary. getDictionary()Decodes a dictionary segment and returns the result.BitmapRegion. getRegionBitmap()Decodes and returns a regions content.voidSegmentData. 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 voidSymbolDictionary. addSymbol(Region region)private voidSymbolDictionary. decodeAggregate(int symbolWidth, int heightClassHeight)private voidSymbolDictionary. decodeDirectlyThroughGenericRegion(int symWidth, int hcHeight)private voidSymbolDictionary. decodeHeightClassBitmap(Bitmap heightClassCollectiveBitmap, int heightClassFirstSymbol, int heightClassHeight, int[] newSymbolsWidths)private BitmapTextRegion. decodeIb(long r, long id)private voidSymbolDictionary. decodeNewSymbols(int symWidth, int hcHeight, Bitmap ibo, int rdx, int rdy)private voidSymbolDictionary. decodeRefinedSymbol(int symbolWidth, int heightClassHeight)private voidTextRegion. decodeSymbolInstances()private voidSymbolDictionary. decodeThroughTextRegion(int symbolWidth, int heightClassHeight, long amountOfRefinementAggregationInstances)java.util.ArrayList<Bitmap>SymbolDictionary. getDictionary()6.5.5 Decoding the symbol dictionaryprivate BitmapGenericRefinementRegion. getGrReference()BitmapGenericRefinementRegion. getRegionBitmap()Decode using a template and arithmetic coding, as described in 6.3.5.6BitmapTextRegion. getRegionBitmap()private voidTextRegion. getSymbols()voidEndOfStripe. init(SegmentHeader header, SubInputStream sis)voidRegionSegmentInformation. init(SegmentHeader header, SubInputStream sis)voidSymbolDictionary. init(SegmentHeader header, SubInputStream sis)voidTable. init(SegmentHeader header, SubInputStream sis)voidTextRegion. init(SegmentHeader header, SubInputStream sis)private voidTextRegion. initSymbols()private voidEndOfStripe. parseHeader()private voidSymbolDictionary. parseHeader()private voidTable. parseHeader()private voidTextRegion. parseHeader()private voidSymbolDictionary. retrieveImportSymbols()Concatenates symbols from all referred-to segments.private voidSymbolDictionary. setInSyms()private voidSymbolDictionary. setSymbolsArray()6.5.8.2.4 - Setting SBSYMS
-