|
barcode4j 2.1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SymbolShapeHint | |
---|---|
org.krysalis.barcode4j.impl.datamatrix | This package contains the DataMatrix (ISO/IEC 16022:2000(E)) implementation. |
Uses of SymbolShapeHint in org.krysalis.barcode4j.impl.datamatrix |
---|
Fields in org.krysalis.barcode4j.impl.datamatrix declared as SymbolShapeHint | |
---|---|
static SymbolShapeHint |
SymbolShapeHint.FORCE_NONE
The human-readable part is suppressed. |
static SymbolShapeHint |
SymbolShapeHint.FORCE_RECTANGLE
The human-readable part is placed at the bottom of the barcode. |
static SymbolShapeHint |
SymbolShapeHint.FORCE_SQUARE
The human-readable part is placed at the top of the barcode. |
Methods in org.krysalis.barcode4j.impl.datamatrix that return SymbolShapeHint | |
---|---|
static SymbolShapeHint |
SymbolShapeHint.byName(java.lang.String name)
Returns a SymbolShapeHint instance by name. |
SymbolShapeHint |
DataMatrixBean.getShape()
Gets the requested shape for the generated barcodes. |
Methods in org.krysalis.barcode4j.impl.datamatrix with parameters of type SymbolShapeHint | |
---|---|
static java.lang.String |
DataMatrixHighLevelEncoder.encodeHighLevel(java.lang.String msg,
SymbolShapeHint shape,
java.awt.Dimension minSize,
java.awt.Dimension maxSize)
Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E). |
void |
DataMatrixLogicImpl.generateBarcodeLogic(TwoDimBarcodeLogicHandler logic,
java.lang.String msg,
SymbolShapeHint shape,
java.awt.Dimension minSize,
java.awt.Dimension maxSize)
Generates the barcode logic. |
static DataMatrixSymbolInfo |
DataMatrixSymbolInfo.lookup(int dataCodewords,
SymbolShapeHint shape)
|
static DataMatrixSymbolInfo |
DataMatrixSymbolInfo.lookup(int dataCodewords,
SymbolShapeHint shape,
boolean fail)
|
static DataMatrixSymbolInfo |
DataMatrixSymbolInfo.lookup(int dataCodewords,
SymbolShapeHint shape,
java.awt.Dimension minSize,
java.awt.Dimension maxSize,
boolean fail)
|
void |
DataMatrixBean.setShape(SymbolShapeHint shape)
Sets the requested shape for the generated barcodes. |
|
barcode4j 2.1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |