barcode4j 2.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

public static final char PAD
Padding character

See Also:
Constant Field Values

LATCH_TO_C40

public static final char LATCH_TO_C40
mode latch to C40 encodation mode

See Also:
Constant Field Values

LATCH_TO_BASE256

public static final char LATCH_TO_BASE256
mode latch to Base 256 encodation mode

See Also:
Constant Field Values

FNC1

public static final char FNC1
FNC1 Codeword

See Also:
Constant Field Values

STRUCTURED_APPEND

public static final char STRUCTURED_APPEND
Structured Append Codeword

See Also:
Constant Field Values

READER_PROGRAMMING

public static final char READER_PROGRAMMING
Reader Programming

See Also:
Constant Field Values

UPPER_SHIFT

public static final char UPPER_SHIFT
Upper Shift

See Also:
Constant Field Values

MACRO_05

public static final char MACRO_05
05 Macro

See Also:
Constant Field Values

MACRO_06

public static final char MACRO_06
06 Macro

See Also:
Constant Field Values

LATCH_TO_ANSIX12

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

See Also:
Constant Field Values

LATCH_TO_TEXT

public static final char LATCH_TO_TEXT
mode latch to Text encodation mode

See Also:
Constant Field Values

LATCH_TO_EDIFACT

public static final char LATCH_TO_EDIFACT
mode latch to EDIFACT encodation mode

See Also:
Constant Field Values

ECI

public static final char ECI
ECI character (Extended Channel Interpretation)

See Also:
Constant Field Values

C40_UNLATCH

public static final char C40_UNLATCH
Unlatch from C40 encodation

See Also:
Constant Field Values

X12_UNLATCH

public static final char X12_UNLATCH
Unlatch from X12 encodation

See Also:
Constant Field Values

MACRO_05_HEADER

public static final java.lang.String MACRO_05_HEADER
05 Macro header

See Also:
Constant Field Values

MACRO_06_HEADER

public static final java.lang.String MACRO_06_HEADER
06 Macro header

See Also:
Constant Field Values

MACRO_TRAILER

public static final java.lang.String MACRO_TRAILER
Macro trailer

See Also:
Constant Field Values

barcode4j 2.0

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