Uses of Class
com.google.zxing.pdf417.encoder.BarcodeRow
-
Packages that use BarcodeRow Package Description com.google.zxing.pdf417.encoder -
-
Uses of BarcodeRow in com.google.zxing.pdf417.encoder
Fields in com.google.zxing.pdf417.encoder declared as BarcodeRow Modifier and Type Field Description private BarcodeRow[]
BarcodeMatrix. matrix
Methods in com.google.zxing.pdf417.encoder that return BarcodeRow Modifier and Type Method Description (package private) BarcodeRow
BarcodeMatrix. getCurrentRow()
Methods in com.google.zxing.pdf417.encoder with parameters of type BarcodeRow Modifier and Type Method Description private static void
PDF417. encodeChar(int pattern, int len, BarcodeRow logic)
-