Uses of Enum
com.google.zxing.pdf417.encoder.Compaction
Packages that use Compaction
-
Uses of Compaction in com.google.zxing.pdf417.encoder
Subclasses with type arguments of type Compaction in com.google.zxing.pdf417.encoderModifier and TypeClassDescriptionenumRepresents possible PDF417 barcode compaction types.Methods in com.google.zxing.pdf417.encoder that return CompactionModifier and TypeMethodDescriptionstatic CompactionReturns 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 CompactionModifier and TypeMethodDescriptionstatic StringPDF417HighLevelEncoderTestAdapter.encodeHighLevel(String msg, Compaction compaction, Charset encoding, boolean autoECI) voidPDF417.setCompaction(Compaction compaction)