Uses of Class
org.apache.pdfbox.jbig2.decoder.arithmetic.CX
-
Packages that use CX Package Description org.apache.pdfbox.jbig2.decoder.arithmetic org.apache.pdfbox.jbig2.segments -
-
Uses of CX in org.apache.pdfbox.jbig2.decoder.arithmetic
Methods in org.apache.pdfbox.jbig2.decoder.arithmetic with parameters of type CX Modifier and Type Method Description intArithmeticDecoder. decode(CX cx)longArithmeticIntegerDecoder. decode(CX cxIAx)Arithmetic Integer Decoding Procedure, Annex A.2.intArithmeticIntegerDecoder. decodeIAID(CX cxIAID, long symCodeLen)The IAID decoding procedure, Annex A.3.private intArithmeticDecoder. lpsExchange(CX cx, int icx, int qeValue)private intArithmeticDecoder. mpsExchange(CX cx, int icx) -
Uses of CX in org.apache.pdfbox.jbig2.segments
Fields in org.apache.pdfbox.jbig2.segments declared as CX Modifier and Type Field Description private CXGenericRefinementRegion. cxprivate CXGenericRegion. cxprivate CXSymbolDictionary. cxprivate CXTextRegion. cxprivate CXSymbolDictionary. cxIAAIprivate CXSymbolDictionary. cxIADHprivate CXTextRegion. cxIADSprivate CXSymbolDictionary. cxIADTprivate CXTextRegion. cxIADTprivate CXSymbolDictionary. cxIADWprivate CXSymbolDictionary. cxIAEXprivate CXTextRegion. cxIAFSprotected CXSymbolDictionary. cxIAIDprivate CXTextRegion. cxIAIDprivate CXTextRegion. cxIAITprivate CXTextRegion. cxIARDHprivate CXTextRegion. cxIARDWprivate CXSymbolDictionary. cxIARDXprivate CXTextRegion. cxIARDXprivate CXSymbolDictionary. cxIARDYprivate CXTextRegion. cxIARDYprivate CXTextRegion. cxIARIMethods in org.apache.pdfbox.jbig2.segments with parameters of type CX Modifier and Type Method Description protected voidTextRegion. setContexts(CX cx, CX cxIADT, CX cxIAFS, CX cxIADS, CX cxIAIT, CX cxIAID, CX cxIARDW, CX cxIARDH, CX cxIARDX, CX cxIARDY)protected abstract voidGenericRefinementRegion.Template. setIndex(CX cx)protected voidGenericRefinementRegion.Template0. setIndex(CX cx)protected voidGenericRefinementRegion.Template1. setIndex(CX cx)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)
-