Package | Description |
---|---|
com.google.zxing.pdf417.encoder |
Modifier and Type | Field and Description |
---|---|
private Compaction |
PDF417.compaction |
Modifier and Type | Method and Description |
---|---|
static Compaction |
Compaction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Compaction[] |
Compaction.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 java.lang.String |
PDF417HighLevelEncoder.encodeHighLevel(java.lang.String msg,
Compaction compaction,
java.nio.charset.Charset encoding,
boolean autoECI)
Performs high-level encoding of a PDF417 message using the algorithm described in annex P
of ISO/IEC 15438:2001(E).
|
static java.lang.String |
PDF417HighLevelEncoderTestAdapter.encodeHighLevel(java.lang.String msg,
Compaction compaction,
java.nio.charset.Charset encoding,
boolean autoECI) |
void |
PDF417.setCompaction(Compaction compaction) |