|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PDF417Constants
Constants for PDF417 barcodes.
Field Summary | |
---|---|
static int |
BYTE_COMPACTION
code for Byte compaction |
static int[][] |
CODEWORD_TABLE
The codeword table from the Annex A of ISO/IEC 15438:2001(E). |
static int[][] |
EC_COEFFICIENTS
Tables of coefficients for calculating error correction words (see annex F, ISO/IEC 15438:2001(E)) |
static int |
ECI_CHARSET
identifier for an ECI of a character set of code page |
static int |
ECI_GENERAL_PURPOSE
identifier for a general purpose ECO format |
static int |
ECI_USER_DEFINED
identifier for a user defined Extended Channel Interpretation (ECI) |
static int |
LATCH_TO_BYTE
mode latch to Byte Compaction mode (number of characters a multiple of 6) |
static int |
LATCH_TO_BYTE_PADDED
mode latch to Byte Compaction mode (number of characters NOT a multiple of 6) |
static int |
LATCH_TO_NUMERIC
mode latch to Numeric Compaction mode |
static int |
LATCH_TO_TEXT
mode latch to Text Compaction mode |
static int |
MACRO_PDF_CONTROL_BLOCK_START
Macro marker codeword to indicate the beginning of a Macro PDF Control Block |
static int |
MACRO_PDF_OPTIONAL_FIELD_START
sequence tag to identify the beginning of optional fields in the Macro PDF control block |
static int |
MACRO_PDF_TERMINATOR
terminator codeword for Macro PDF control block |
static int |
NUMERIC_COMPACTION
code for Numeric compaction |
static int |
PAD
Padding character |
static int |
READER_INITIALISATION
reader initialisation |
static int |
SHIFT_TO_BYTE
mode shift to Byte Compaction mode |
static int |
START_PATTERN
The start pattern (17 bits) |
static int |
STOP_PATTERN
The stop pattern (18 bits) |
static int |
SUBMODE_ALPHA
Text compaction submode Alpha |
static int |
SUBMODE_LOWER
Text compaction submode Lower |
static int |
SUBMODE_MIXED
Text compaction submode Mixed |
static int |
SUBMODE_PUNCTUATION
Text compaction submode Punctuation |
static int |
TEXT_COMPACTION
code for Text compaction |
static byte[] |
TEXT_MIXED_RAW
Raw code table for text compaction Mixed sub-mode |
static byte[] |
TEXT_PUNCTUATION_RAW
Raw code table for text compaction: Punctuation sub-mode |
Field Detail |
---|
static final int TEXT_COMPACTION
static final int BYTE_COMPACTION
static final int NUMERIC_COMPACTION
static final int SUBMODE_ALPHA
static final int SUBMODE_LOWER
static final int SUBMODE_MIXED
static final int SUBMODE_PUNCTUATION
static final int LATCH_TO_TEXT
static final int LATCH_TO_BYTE_PADDED
static final int LATCH_TO_NUMERIC
static final int SHIFT_TO_BYTE
static final int READER_INITIALISATION
static final int MACRO_PDF_TERMINATOR
static final int MACRO_PDF_OPTIONAL_FIELD_START
static final int LATCH_TO_BYTE
static final int ECI_USER_DEFINED
static final int ECI_GENERAL_PURPOSE
static final int ECI_CHARSET
static final int MACRO_PDF_CONTROL_BLOCK_START
static final int PAD
static final byte[] TEXT_MIXED_RAW
static final byte[] TEXT_PUNCTUATION_RAW
static final int[][] EC_COEFFICIENTS
static final int START_PATTERN
static final int STOP_PATTERN
static final int[][] CODEWORD_TABLE
|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |