Uses of Enum Class
com.google.zxing.datamatrix.encoder.SymbolShapeHint
Packages that use SymbolShapeHint
-
Uses of SymbolShapeHint in com.google.zxing.datamatrix.encoder
Fields in com.google.zxing.datamatrix.encoder declared as SymbolShapeHintModifier and TypeFieldDescriptionprivate SymbolShapeHint
EncoderContext.shape
private final SymbolShapeHint
MinimalEncoder.Input.shape
Methods in com.google.zxing.datamatrix.encoder that return SymbolShapeHintModifier and TypeMethodDescriptionprivate SymbolShapeHint
MinimalEncoder.Input.getShapeHint()
static SymbolShapeHint
Returns the enum constant of this class with the specified name.static SymbolShapeHint[]
SymbolShapeHint.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.zxing.datamatrix.encoder with parameters of type SymbolShapeHintModifier and TypeMethodDescription(package private) static byte[]
MinimalEncoder.encode
(String input, Charset priorityCharset, int fnc1, SymbolShapeHint shape, int macroId) Encodes input minimally and returns an array of the codewordsstatic String
HighLevelEncoder.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).static String
HighLevelEncoder.encodeHighLevel
(String msg, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, boolean forceC40) Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).static String
MinimalEncoder.encodeHighLevel
(String msg, Charset priorityCharset, int fnc1, SymbolShapeHint shape) Performs message encoding of a DataMatrix messagestatic SymbolInfo
SymbolInfo.lookup
(int dataCodewords, SymbolShapeHint shape) private static SymbolInfo
SymbolInfo.lookup
(int dataCodewords, SymbolShapeHint shape, boolean fail) static SymbolInfo
SymbolInfo.lookup
(int dataCodewords, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, boolean fail) void
EncoderContext.setSymbolShape
(SymbolShapeHint shape) Constructors in com.google.zxing.datamatrix.encoder with parameters of type SymbolShapeHintModifierConstructorDescriptionprivate
Input
(String stringToEncode, Charset priorityCharset, int fnc1, SymbolShapeHint shape, int macroId)