barcode4j 2.1.0

org.krysalis.barcode4j.impl.qr
Interface QRConstants

All Known Implementing Classes:
QRHighLevelEncoder, QRLogicImpl

public interface QRConstants

Constants for QR Code.

Version:
$Id: QRConstants.java,v 1.1 2012/01/27 14:36:35 jmaerki Exp $

Field Summary
static int ALPHANUMERIC
           
static int[] ALPHANUMERIC_TABLE
           
static int BINARY
           
static char ERROR_CORRECTION_LEVEL_H
           
static char ERROR_CORRECTION_LEVEL_L
           
static char ERROR_CORRECTION_LEVEL_M
           
static char ERROR_CORRECTION_LEVEL_Q
           
static int NUMERIC
           
static int QUIET_ZONE_SIZE
           
static int QUIET_ZONE_SIZE_MICRO
           
 

Field Detail

ERROR_CORRECTION_LEVEL_L

static final char ERROR_CORRECTION_LEVEL_L
See Also:
Constant Field Values

ERROR_CORRECTION_LEVEL_M

static final char ERROR_CORRECTION_LEVEL_M
See Also:
Constant Field Values

ERROR_CORRECTION_LEVEL_Q

static final char ERROR_CORRECTION_LEVEL_Q
See Also:
Constant Field Values

ERROR_CORRECTION_LEVEL_H

static final char ERROR_CORRECTION_LEVEL_H
See Also:
Constant Field Values

QUIET_ZONE_SIZE

static final int QUIET_ZONE_SIZE
See Also:
Constant Field Values

QUIET_ZONE_SIZE_MICRO

static final int QUIET_ZONE_SIZE_MICRO
See Also:
Constant Field Values

NUMERIC

static final int NUMERIC
See Also:
Constant Field Values

ALPHANUMERIC

static final int ALPHANUMERIC
See Also:
Constant Field Values

BINARY

static final int BINARY
See Also:
Constant Field Values

ALPHANUMERIC_TABLE

static final int[] ALPHANUMERIC_TABLE

barcode4j 2.1.0

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