Uses of Class
org.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint
Packages that use SymbolShapeHint
-
Uses of SymbolShapeHint in org.krysalis.barcode4j.impl.datamatrix
Fields in org.krysalis.barcode4j.impl.datamatrix declared as SymbolShapeHintModifier and TypeFieldDescriptionstatic final SymbolShapeHintSymbolShapeHint.FORCE_NONEThe human-readable part is suppressed.static final SymbolShapeHintSymbolShapeHint.FORCE_RECTANGLEThe human-readable part is placed at the bottom of the barcode.static final SymbolShapeHintSymbolShapeHint.FORCE_SQUAREThe human-readable part is placed at the top of the barcode.Methods in org.krysalis.barcode4j.impl.datamatrix that return SymbolShapeHintModifier and TypeMethodDescriptionstatic SymbolShapeHintReturns a SymbolShapeHint instance by name.DataMatrixBean.getShape()Gets the requested shape for the generated barcodes.Methods in org.krysalis.barcode4j.impl.datamatrix with parameters of type SymbolShapeHintModifier and TypeMethodDescriptionstatic StringDataMatrixHighLevelEncoder.encodeHighLevel(String msg, SymbolShapeHint shape, Dimension minSize, Dimension maxSize) Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).voidDataMatrixLogicImpl.generateBarcodeLogic(TwoDimBarcodeLogicHandler logic, String msg, SymbolShapeHint shape, Dimension minSize, Dimension maxSize) Generates the barcode logic.static DataMatrixSymbolInfoDataMatrixSymbolInfo.lookup(int dataCodewords, SymbolShapeHint shape) static DataMatrixSymbolInfoDataMatrixSymbolInfo.lookup(int dataCodewords, SymbolShapeHint shape, boolean fail) static DataMatrixSymbolInfoDataMatrixSymbolInfo.lookup(int dataCodewords, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, boolean fail) voidDataMatrixBean.setShape(SymbolShapeHint shape) Sets the requested shape for the generated barcodes.