Uses of Class
com.google.zxing.pdf417.encoder.Compaction

Packages that use Compaction
com.google.zxing.pdf417.encoder   
 

Uses of Compaction in com.google.zxing.pdf417.encoder
 

Methods in com.google.zxing.pdf417.encoder that return Compaction
static Compaction Compaction.valueOf(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
 BitMatrix PDF417Writer.encode(String contents, BarcodeFormat format, boolean compact, int width, int height, int minCols, int maxCols, int minRows, int maxRows, Compaction compaction)
           
 



Copyright © 2007-2012. All Rights Reserved.