Uses of Class
com.google.zxing.pdf417.encoder.Compaction
-
Packages that use Compaction Package Description com.google.zxing.pdf417.encoder -
-
Uses of Compaction in com.google.zxing.pdf417.encoder
Fields in com.google.zxing.pdf417.encoder declared as Compaction Modifier and Type Field Description private CompactionPDF417. compactionMethods in com.google.zxing.pdf417.encoder that return Compaction Modifier and Type Method Description static CompactionCompaction. 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.Methods in com.google.zxing.pdf417.encoder with parameters of type Compaction Modifier and Type Method Description (package private) static java.lang.StringPDF417HighLevelEncoder. 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.StringPDF417HighLevelEncoderTestAdapter. encodeHighLevel(java.lang.String msg, Compaction compaction, java.nio.charset.Charset encoding, boolean autoECI)voidPDF417. setCompaction(Compaction compaction)
-