Uses of Class
com.google.zxing.pdf417.encoder.BarcodeMatrix
-
Packages that use BarcodeMatrix Package Description com.google.zxing.pdf417.encoder -
-
Uses of BarcodeMatrix in com.google.zxing.pdf417.encoder
Fields in com.google.zxing.pdf417.encoder declared as BarcodeMatrix Modifier and Type Field Description private BarcodeMatrix
PDF417. barcodeMatrix
Methods in com.google.zxing.pdf417.encoder that return BarcodeMatrix Modifier and Type Method Description BarcodeMatrix
PDF417. getBarcodeMatrix()
Methods in com.google.zxing.pdf417.encoder with parameters of type BarcodeMatrix Modifier and Type Method Description private void
PDF417. encodeLowLevel(java.lang.CharSequence fullCodewords, int c, int r, int errorCorrectionLevel, BarcodeMatrix logic)
-