|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
Deprecated. Use PDF417Writer.encode(String, BarcodeFormat, int, int, Map) instead, with hints to
specify the encoding options. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||