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
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Input
(String stringToEncode, Charset priorityCharset, int fnc1, SymbolShapeHint shape, int macroId) -
Method Summary
Methods inherited from class com.google.zxing.common.MinimalECIInput
charAt, getECIValue, getFNC1Character, haveNCharacters, isECI, isFNC1, length, subSequence, toString
-
Field Details
-
shape
-
macroId
private final int macroId
-
-
Constructor Details
-
Input
private Input(String stringToEncode, Charset priorityCharset, int fnc1, SymbolShapeHint shape, int macroId)
-
-
Method Details
-
getMacroId
private int getMacroId() -
getShapeHint
-