Uses of Class
org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
-
Packages that use ArithmeticDecoder Package Description org.apache.pdfbox.jbig2.decoder.arithmetic org.apache.pdfbox.jbig2.segments -
-
Uses of ArithmeticDecoder in org.apache.pdfbox.jbig2.decoder.arithmetic
Fields in org.apache.pdfbox.jbig2.decoder.arithmetic declared as ArithmeticDecoder Modifier and Type Field Description private ArithmeticDecoderArithmeticIntegerDecoder. decoderConstructors in org.apache.pdfbox.jbig2.decoder.arithmetic with parameters of type ArithmeticDecoder Constructor Description ArithmeticIntegerDecoder(ArithmeticDecoder decoder) -
Uses of ArithmeticDecoder in org.apache.pdfbox.jbig2.segments
Fields in org.apache.pdfbox.jbig2.segments declared as ArithmeticDecoder Modifier and Type Field Description private ArithmeticDecoderGenericRefinementRegion. arithDecoderprivate ArithmeticDecoderGenericRegion. arithDecoderprivate ArithmeticDecoderSymbolDictionary. arithmeticDecoderprivate ArithmeticDecoderTextRegion. arithmeticDecoderMethods in org.apache.pdfbox.jbig2.segments with parameters of type ArithmeticDecoder Modifier and Type Method Description protected voidGenericRefinementRegion. setParameters(CX cx, ArithmeticDecoder arithmeticDecoder, short grTemplate, int regionWidth, int regionHeight, Bitmap grReference, int grReferenceDX, int grReferenceDY, boolean isTPGRon, short[] grAtX, short[] grAtY)protected voidGenericRegion. setParameters(boolean isMMREncoded, byte sdTemplate, boolean isTPGDon, boolean useSkip, short[] sdATX, short[] sdATY, int symWidth, int hcHeight, CX cx, ArithmeticDecoder arithmeticDecoder)protected voidTextRegion. setParameters(ArithmeticDecoder arithmeticDecoder, ArithmeticIntegerDecoder iDecoder, boolean isHuffmanEncoded, boolean sbRefine, int sbw, int sbh, long sbNumInstances, int sbStrips, int sbNumSyms, short sbDefaultPixel, short sbCombinationOperator, short transposed, short refCorner, short sbdsOffset, short sbHuffFS, short sbHuffDS, short sbHuffDT, short sbHuffRDWidth, short sbHuffRDHeight, short sbHuffRDX, short sbHuffRDY, short sbHuffRSize, short sbrTemplate, short[] sbrATX, short[] sbrATY, java.util.ArrayList<Bitmap> sbSyms, int sbSymCodeLen)
-