|
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.datamatrix.DataMatrixLogicImpl
public class DataMatrixLogicImpl
Top-level class for the logic part of the DataMatrix implementation.
| Constructor Summary | |
|---|---|
DataMatrixLogicImpl()
|
|
| Method Summary | |
|---|---|
void |
generateBarcodeLogic(TwoDimBarcodeLogicHandler logic,
java.lang.String msg,
SymbolShapeHint shape,
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 DataMatrixLogicImpl()
| Method Detail |
|---|
public void generateBarcodeLogic(TwoDimBarcodeLogicHandler logic,
java.lang.String msg,
SymbolShapeHint shape,
java.awt.Dimension minSize,
java.awt.Dimension maxSize)
logic - the logic handler to receive generated eventsmsg - the message to encodeshape - the symbol shape constraintminSize - 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 | |||||||||