Uses of Enum Class
com.google.zxing.pdf417.encoder.Compaction
Packages that use Compaction
-
Uses of Compaction in com.google.zxing.pdf417.encoder
Fields in com.google.zxing.pdf417.encoder declared as CompactionMethods in com.google.zxing.pdf417.encoder that return CompactionModifier and TypeMethodDescriptionstatic Compaction
Returns the enum constant of this class with the specified name.static Compaction[]
Compaction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.zxing.pdf417.encoder with parameters of type CompactionModifier and TypeMethodDescription(package private) static String
PDF417HighLevelEncoder.encodeHighLevel
(String msg, Compaction compaction, 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 String
PDF417HighLevelEncoderTestAdapter.encodeHighLevel
(String msg, Compaction compaction, Charset encoding, boolean autoECI) void
PDF417.setCompaction
(Compaction compaction)