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 $
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
Copyright © 2000-2010 Jeremias Maerki. All rights reserved.