Uses of Enum
com.google.zxing.datamatrix.encoder.SymbolShapeHint
Packages that use SymbolShapeHint
-
Uses of SymbolShapeHint in com.google.zxing.datamatrix.encoder
Subclasses with type arguments of type SymbolShapeHint in com.google.zxing.datamatrix.encoderModifier and TypeClassDescriptionenumEnumeration for DataMatrix symbol shape hint.Fields in com.google.zxing.datamatrix.encoder declared as SymbolShapeHintModifier and TypeFieldDescriptionprivate SymbolShapeHintEncoderContext.shapeprivate final SymbolShapeHintMinimalEncoder.Input.shapeMethods in com.google.zxing.datamatrix.encoder that return SymbolShapeHintModifier and TypeMethodDescriptionprivate SymbolShapeHintMinimalEncoder.Input.getShapeHint()static 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 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 StringHighLevelEncoder.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 StringHighLevelEncoder.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 StringMinimalEncoder.encodeHighLevel(String msg, Charset priorityCharset, int fnc1, SymbolShapeHint shape) Performs message encoding of a DataMatrix messagestatic SymbolInfoSymbolInfo.lookup(int dataCodewords, SymbolShapeHint shape) private static SymbolInfoSymbolInfo.lookup(int dataCodewords, SymbolShapeHint shape, boolean fail) static SymbolInfoSymbolInfo.lookup(int dataCodewords, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, boolean fail) voidEncoderContext.setSymbolShape(SymbolShapeHint shape) Constructors in com.google.zxing.datamatrix.encoder with parameters of type SymbolShapeHintModifierConstructorDescriptionprivateInput(String stringToEncode, Charset priorityCharset, int fnc1, SymbolShapeHint shape, int macroId)