Package | Description |
---|---|
com.google.zxing.datamatrix.encoder |
Modifier and Type | Field and Description |
---|---|
private SymbolShapeHint |
EncoderContext.shape |
private SymbolShapeHint |
MinimalEncoder.Input.shape |
Modifier and Type | Method and Description |
---|---|
private SymbolShapeHint |
MinimalEncoder.Input.getShapeHint() |
static SymbolShapeHint |
SymbolShapeHint.valueOf(java.lang.String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
(package private) static byte[] |
MinimalEncoder.encode(java.lang.String input,
java.nio.charset.Charset priorityCharset,
int fnc1,
SymbolShapeHint shape,
int macroId)
Encodes input minimally and returns an array of the codewords
|
static java.lang.String |
MinimalEncoder.encodeHighLevel(java.lang.String msg,
java.nio.charset.Charset priorityCharset,
int fnc1,
SymbolShapeHint shape)
Performs message encoding of a DataMatrix message
|
static java.lang.String |
HighLevelEncoder.encodeHighLevel(java.lang.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 java.lang.String |
HighLevelEncoder.encodeHighLevel(java.lang.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 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) |
Constructor and Description |
---|
Input(java.lang.String stringToEncode,
java.nio.charset.Charset priorityCharset,
int fnc1,
SymbolShapeHint shape,
int macroId) |