Class MMRConstants
- java.lang.Object
-
- org.apache.pdfbox.jbig2.decoder.mmr.MMRConstants
-
public class MMRConstants extends java.lang.Object
Constants for MMR (de)compression.
-
-
Field Summary
Fields Modifier and Type Field Description static int[][]
BlackCodes
static int
CODE_EOF
static int
CODE_EOL
static int
CODE_EXT1D
static int
CODE_EXT2D
static int
CODE_H
static int
CODE_MAX
static int
CODE_P
static int
CODE_V0
static int
CODE_VL1
static int
CODE_VL2
static int
CODE_VL3
static int
CODE_VR1
static int
CODE_VR2
static int
CODE_VR3
static int
COMP_FAXG3
static int
COMP_FAXG3_2D
static int
COMP_FAXG4
static int
COMP_MMR
static int
COMP_RLE
static int
EOF
static int
EOL
static int
INCOMP
static int
INVALID
static int
MAX_BLACK_RUN
static int
MAX_WHITE_RUN
static int[][]
ModeCodes
static int
NOMASK
static 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
-
-