barcode4j 2.1.0

org.krysalis.barcode4j.impl.datamatrix
Interface DataMatrixConstants

All Known Implementing Classes:
DataMatrixHighLevelEncoder

public interface DataMatrixConstants

Constants for DataMatrix.

Version:
$Id: DataMatrixConstants.java,v 1.4 2007/06/03 08:24:10 jmaerki Exp $

Field Summary
static char C40_UNLATCH
          Unlatch from C40 encodation
static char ECI
          ECI character (Extended Channel Interpretation)
static char FNC1
          FNC1 Codeword
static char LATCH_TO_ANSIX12
          mode latch to ANSI X.12 encodation mode
static char LATCH_TO_BASE256
          mode latch to Base 256 encodation mode
static char LATCH_TO_C40
          mode latch to C40 encodation mode
static char LATCH_TO_EDIFACT
          mode latch to EDIFACT encodation mode
static char LATCH_TO_TEXT
          mode latch to Text encodation mode
static char MACRO_05
          05 Macro
static java.lang.String MACRO_05_HEADER
          05 Macro header
static char MACRO_06
          06 Macro
static java.lang.String MACRO_06_HEADER
          06 Macro header
static java.lang.String MACRO_TRAILER
          Macro trailer
static char PAD
          Padding character
static char READER_PROGRAMMING
          Reader Programming
static char STRUCTURED_APPEND
          Structured Append Codeword
static char UPPER_SHIFT
          Upper Shift
static char X12_UNLATCH
          Unlatch from X12 encodation
 

Field Detail

PAD

static final char PAD
Padding character

See Also:
Constant Field Values

LATCH_TO_C40

static final char LATCH_TO_C40
mode latch to C40 encodation mode

See Also:
Constant Field Values

LATCH_TO_BASE256

static final char LATCH_TO_BASE256
mode latch to Base 256 encodation mode

See Also:
Constant Field Values

FNC1

static final char FNC1
FNC1 Codeword

See Also:
Constant Field Values

STRUCTURED_APPEND

static final char STRUCTURED_APPEND
Structured Append Codeword

See Also:
Constant Field Values

READER_PROGRAMMING

static final char READER_PROGRAMMING
Reader Programming

See Also:
Constant Field Values

UPPER_SHIFT

static final char UPPER_SHIFT
Upper Shift

See Also:
Constant Field Values

MACRO_05

static final char MACRO_05
05 Macro

See Also:
Constant Field Values

MACRO_06

static final char MACRO_06
06 Macro

See Also:
Constant Field Values

LATCH_TO_ANSIX12

static final char LATCH_TO_ANSIX12
mode latch to ANSI X.12 encodation mode

See Also:
Constant Field Values

LATCH_TO_TEXT

static final char LATCH_TO_TEXT
mode latch to Text encodation mode

See Also:
Constant Field Values

LATCH_TO_EDIFACT

static final char LATCH_TO_EDIFACT
mode latch to EDIFACT encodation mode

See Also:
Constant Field Values

ECI

static final char ECI
ECI character (Extended Channel Interpretation)

See Also:
Constant Field Values

C40_UNLATCH

static final char C40_UNLATCH
Unlatch from C40 encodation

See Also:
Constant Field Values

X12_UNLATCH

static final char X12_UNLATCH
Unlatch from X12 encodation

See Also:
Constant Field Values

MACRO_05_HEADER

static final java.lang.String MACRO_05_HEADER
05 Macro header

See Also:
Constant Field Values

MACRO_06_HEADER

static final java.lang.String MACRO_06_HEADER
06 Macro header

See Also:
Constant Field Values

MACRO_TRAILER

static final java.lang.String MACRO_TRAILER
Macro trailer

See Also:
Constant Field Values

barcode4j 2.1.0

Copyright © 2000-2010 Jeremias Maerki. All rights reserved.