Package org.apache.pdfbox.io.ccitt
Interface CCITTFaxConstants
- All Known Implementing Classes:
CCITTFaxG31DDecodeInputStream
public interface CCITTFaxConstants
Constants for CCITT Fax Filter.
- Version:
- $Revision$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short[]
The black make-up code words.static final short[]
The black terminating code words.static final int
A constant for group 3 1D encoding (ITU T.4).static final int
A constant for group 3 2D encoding (ITU T.4).static final int
A constant for group 4 2D encoding (ITU T.6).static final short
The EOL code word.static final short[]
The long make-up code words.static final short[]
The white make-up code words.static final short[]
The white terminating code words.
-
Field Details
-
COMPRESSION_GROUP3_1D
static final int COMPRESSION_GROUP3_1DA constant for group 3 1D encoding (ITU T.4).- See Also:
-
COMPRESSION_GROUP3_2D
static final int COMPRESSION_GROUP3_2DA constant for group 3 2D encoding (ITU T.4).- See Also:
-
COMPRESSION_GROUP4_2D
static final int COMPRESSION_GROUP4_2DA constant for group 4 2D encoding (ITU T.6).- See Also:
-
WHITE_TERMINATING
static final short[] WHITE_TERMINATINGThe white terminating code words. -
BLACK_TERMINATING
static final short[] BLACK_TERMINATINGThe black terminating code words. -
WHITE_MAKE_UP
static final short[] WHITE_MAKE_UPThe white make-up code words. -
BLACK_MAKE_UP
static final short[] BLACK_MAKE_UPThe black make-up code words. -
LONG_MAKE_UP
static final short[] LONG_MAKE_UPThe long make-up code words. -
EOL_CODE
static final short EOL_CODEThe EOL code word.- See Also:
-