Class MMRConstants
- java.lang.Object
-
- org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
-
public class MMRConstants extends java.lang.ObjectConstants for MMR (de)compression.
-
-
Field Summary
Fields Modifier and Type Field Description static int[][]BlackCodesstatic intCODE_EOFstatic intCODE_EOLstatic intCODE_EXT1Dstatic intCODE_EXT2Dstatic intCODE_Hstatic intCODE_MAXstatic intCODE_Pstatic intCODE_V0static intCODE_VL1static intCODE_VL2static intCODE_VL3static intCODE_VR1static intCODE_VR2static intCODE_VR3static intCOMP_FAXG3static intCOMP_FAXG3_2Dstatic intCOMP_FAXG4static intCOMP_MMRstatic intCOMP_RLEstatic intEOFstatic intEOLstatic intINCOMPstatic intINVALIDstatic intMAX_BLACK_RUNstatic intMAX_WHITE_RUNstatic int[][]ModeCodesstatic intNOMASKstatic int[][]WhiteCodes
-
Constructor Summary
Constructors Constructor Description MMRConstants()
-
-
-
Field Detail
-
COMP_FAXG3
public static final int COMP_FAXG3
- See Also:
- Constant Field Values
-
COMP_FAXG4
public static final int COMP_FAXG4
- See Also:
- Constant Field Values
-
COMP_MMR
public static final int COMP_MMR
- See Also:
- Constant Field Values
-
COMP_RLE
public static final int COMP_RLE
- See Also:
- Constant Field Values
-
COMP_FAXG3_2D
public static final int COMP_FAXG3_2D
- See Also:
- Constant Field Values
-
NOMASK
public static final int NOMASK
- See Also:
- Constant Field Values
-
INCOMP
public static final int INCOMP
- See Also:
- Constant Field Values
-
EOF
public static final int EOF
- See Also:
- Constant Field Values
-
INVALID
public static final int INVALID
- See Also:
- Constant Field Values
-
EOL
public static final int EOL
- See Also:
- Constant Field Values
-
CODE_P
public static final int CODE_P
- See Also:
- Constant Field Values
-
CODE_H
public static final int CODE_H
- See Also:
- Constant Field Values
-
CODE_V0
public static final int CODE_V0
- See Also:
- Constant Field Values
-
CODE_VR1
public static final int CODE_VR1
- See Also:
- Constant Field Values
-
CODE_VR2
public static final int CODE_VR2
- See Also:
- Constant Field Values
-
CODE_VR3
public static final int CODE_VR3
- See Also:
- Constant Field Values
-
CODE_VL1
public static final int CODE_VL1
- See Also:
- Constant Field Values
-
CODE_VL2
public static final int CODE_VL2
- See Also:
- Constant Field Values
-
CODE_VL3
public static final int CODE_VL3
- See Also:
- Constant Field Values
-
CODE_EXT2D
public static final int CODE_EXT2D
- See Also:
- Constant Field Values
-
CODE_EXT1D
public static final int CODE_EXT1D
- See Also:
- Constant Field Values
-
CODE_EOL
public static final int CODE_EOL
- See Also:
- Constant Field Values
-
CODE_EOF
public static final int CODE_EOF
- See Also:
- Constant Field Values
-
CODE_MAX
public static final int CODE_MAX
- See Also:
- Constant Field Values
-
ModeCodes
public static final int[][] ModeCodes
-
WhiteCodes
public static final int[][] WhiteCodes
-
MAX_WHITE_RUN
public static final int MAX_WHITE_RUN
- See Also:
- Constant Field Values
-
BlackCodes
public static final int[][] BlackCodes
-
MAX_BLACK_RUN
public static final int MAX_BLACK_RUN
- See Also:
- Constant Field Values
-
-