|
barcode4j 2.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.krysalis.barcode4j.impl.qr.QRLogicImpl
public class QRLogicImpl
Top-level class for the logic part of the DataMatrix implementation.
| Field Summary |
|---|
| Fields inherited from interface org.krysalis.barcode4j.impl.qr.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 Summary | |
|---|---|
QRLogicImpl()
|
|
| Method Summary | |
|---|---|
void |
generateBarcodeLogic(TwoDimBarcodeLogicHandler logic,
java.lang.String msg,
java.lang.String encoding,
char errorCorrectionLevel,
java.awt.Dimension minSize,
java.awt.Dimension maxSize)
Generates the barcode logic. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QRLogicImpl()
| Method Detail |
|---|
public void generateBarcodeLogic(TwoDimBarcodeLogicHandler logic,
java.lang.String msg,
java.lang.String encoding,
char errorCorrectionLevel,
java.awt.Dimension minSize,
java.awt.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 constraint
|
barcode4j 2.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||