public class QRLogicImpl extends Object implements QRConstants
ALPHANUMERIC, ALPHANUMERIC_TABLE, BINARY, ERROR_CORRECTION_LEVEL_H, ERROR_CORRECTION_LEVEL_L, ERROR_CORRECTION_LEVEL_M, ERROR_CORRECTION_LEVEL_Q, NUMERIC, QUIET_ZONE_SIZE, QUIET_ZONE_SIZE_MICRO| Constructor and Description |
|---|
QRLogicImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateBarcodeLogic(TwoDimBarcodeLogicHandler logic,
String msg,
String encoding,
char errorCorrectionLevel,
Dimension minSize,
Dimension maxSize)
Generates the barcode logic.
|
public void generateBarcodeLogic(TwoDimBarcodeLogicHandler logic, String msg, String encoding, char errorCorrectionLevel, Dimension minSize, Dimension maxSize)
logic - the logic handler to receive generated eventsmsg - the message to encodeerrorCorrectionLevel - the error correction level (one of L, M, Q, H)encoding - the message encodingminSize - the minimum symbol size constraint or null for no constraintmaxSize - the maximum symbol size constraint or null for no constraintCopyright © 2003–2023. All rights reserved.