Package org.apache.pdfbox.io.ccitt
Interface CCITTFaxConstants
-
- All Known Implementing Classes:
CCITTFaxG31DDecodeInputStream
public interface CCITTFaxConstantsConstants for CCITT Fax Filter.- Version:
- $Revision$
-
-
Field Summary
Fields Modifier and Type Field Description static short[]BLACK_MAKE_UPThe black make-up code words.static short[]BLACK_TERMINATINGThe black terminating code words.static intCOMPRESSION_GROUP3_1DA constant for group 3 1D encoding (ITU T.4).static intCOMPRESSION_GROUP3_2DA constant for group 3 2D encoding (ITU T.4).static intCOMPRESSION_GROUP4_2DA constant for group 4 2D encoding (ITU T.6).static shortEOL_CODEThe EOL code word.static short[]LONG_MAKE_UPThe long make-up code words.static short[]WHITE_MAKE_UPThe white make-up code words.static short[]WHITE_TERMINATINGThe white terminating code words.
-
-
-
Field Detail
-
COMPRESSION_GROUP3_1D
static final int COMPRESSION_GROUP3_1D
A constant for group 3 1D encoding (ITU T.4).- See Also:
- Constant Field Values
-
COMPRESSION_GROUP3_2D
static final int COMPRESSION_GROUP3_2D
A constant for group 3 2D encoding (ITU T.4).- See Also:
- Constant Field Values
-
COMPRESSION_GROUP4_2D
static final int COMPRESSION_GROUP4_2D
A constant for group 4 2D encoding (ITU T.6).- See Also:
- Constant Field Values
-
WHITE_TERMINATING
static final short[] WHITE_TERMINATING
The white terminating code words.
-
BLACK_TERMINATING
static final short[] BLACK_TERMINATING
The black terminating code words.
-
WHITE_MAKE_UP
static final short[] WHITE_MAKE_UP
The white make-up code words.
-
BLACK_MAKE_UP
static final short[] BLACK_MAKE_UP
The black make-up code words.
-
LONG_MAKE_UP
static final short[] LONG_MAKE_UP
The long make-up code words.
-
EOL_CODE
static final short EOL_CODE
The EOL code word.- See Also:
- Constant Field Values
-
-