Package 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
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int[]static final intstatic final charstatic final charstatic final charstatic final charstatic final intstatic final intstatic final int
-
Field Details
-
ERROR_CORRECTION_LEVEL_L
static final char ERROR_CORRECTION_LEVEL_L- See Also:
-
ERROR_CORRECTION_LEVEL_M
static final char ERROR_CORRECTION_LEVEL_M- See Also:
-
ERROR_CORRECTION_LEVEL_Q
static final char ERROR_CORRECTION_LEVEL_Q- See Also:
-
ERROR_CORRECTION_LEVEL_H
static final char ERROR_CORRECTION_LEVEL_H- See Also:
-
QUIET_ZONE_SIZE
static final int QUIET_ZONE_SIZE- See Also:
-
QUIET_ZONE_SIZE_MICRO
static final int QUIET_ZONE_SIZE_MICRO- See Also:
-
NUMERIC
static final int NUMERIC- See Also:
-
ALPHANUMERIC
static final int ALPHANUMERIC- See Also:
-
BINARY
static final int BINARY- See Also:
-
ALPHANUMERIC_TABLE
static final int[] ALPHANUMERIC_TABLE
-