Package com.google.zxing.pdf417.encoder
Class BarcodeMatrix
- java.lang.Object
-
- com.google.zxing.pdf417.encoder.BarcodeMatrix
-
public final class BarcodeMatrix extends java.lang.ObjectHolds all of the information for a barcode in a format where it can be easily accessable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[][]getMatrix()byte[][]getScaledMatrix(int xScale, int yScale)
-