Uses of Enum
de.vwsoft.barcodelib4j.twod.datamatrix.SymbolShapeHint
Packages that use SymbolShapeHint
-
Uses of SymbolShapeHint in de.vwsoft.barcodelib4j.twod.datamatrix
Methods in de.vwsoft.barcodelib4j.twod.datamatrix that return SymbolShapeHintModifier and TypeMethodDescriptionstatic SymbolShapeHintReturns the enum constant of this type with the specified name.static SymbolShapeHint[]SymbolShapeHint.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.vwsoft.barcodelib4j.twod.datamatrix with parameters of type SymbolShapeHintModifier and TypeMethodDescriptionstatic StringHighLevelEncoder.encodeHighLevel(String msg, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, boolean isGS1, boolean forceC40) Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).static StringMinimalEncoder.encodeHighLevel(String msg, Charset priorityCharset, int fnc1, SymbolShapeHint shape) Performs message encoding of a DataMatrix messagestatic SymbolInfoSymbolInfo.lookup(int dataCodewords, SymbolShapeHint shape) static SymbolInfoSymbolInfo.lookup(int dataCodewords, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, boolean fail)