Class MinimalEncoder.Input
- java.lang.Object
-
- com.google.zxing.common.MinimalECIInput
-
- com.google.zxing.datamatrix.encoder.MinimalEncoder.Input
-
- All Implemented Interfaces:
ECIInput
- Enclosing class:
- MinimalEncoder
private static final class MinimalEncoder.Input extends MinimalECIInput
-
-
Field Summary
Fields Modifier and Type Field Description private int
macroId
private SymbolShapeHint
shape
-
Constructor Summary
Constructors Modifier Constructor Description private
Input(java.lang.String stringToEncode, java.nio.charset.Charset priorityCharset, int fnc1, SymbolShapeHint shape, int macroId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private int
getMacroId()
private SymbolShapeHint
getShapeHint()
-
Methods inherited from class com.google.zxing.common.MinimalECIInput
charAt, getECIValue, getFNC1Character, haveNCharacters, isECI, isFNC1, length, subSequence, toString
-
-
-
-
Field Detail
-
shape
private final SymbolShapeHint shape
-
macroId
private final int macroId
-
-
Constructor Detail
-
Input
private Input(java.lang.String stringToEncode, java.nio.charset.Charset priorityCharset, int fnc1, SymbolShapeHint shape, int macroId)
-
-
Method Detail
-
getMacroId
private int getMacroId()
-
getShapeHint
private SymbolShapeHint getShapeHint()
-
-