public interface CCITTFaxConstants
| Modifier and Type | Field and Description | 
|---|---|
| static short[] | BLACK_MAKE_UPThe black make-up code words. | 
| static short[] | BLACK_TERMINATINGThe black terminating code words. | 
| static int | COMPRESSION_GROUP3_1DA constant for group 3 1D encoding (ITU T.4). | 
| static int | COMPRESSION_GROUP3_2DA constant for group 3 2D encoding (ITU T.4). | 
| static int | COMPRESSION_GROUP4_2DA constant for group 4 2D encoding (ITU T.6). | 
| static short | EOL_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. | 
static final int COMPRESSION_GROUP3_1D
static final int COMPRESSION_GROUP3_2D
static final int COMPRESSION_GROUP4_2D
static final short[] WHITE_TERMINATING
static final short[] BLACK_TERMINATING
static final short[] WHITE_MAKE_UP
static final short[] BLACK_MAKE_UP
static final short[] LONG_MAKE_UP
static final short EOL_CODE
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.