Package com.google.zxing.pdf417.encoder
Class BarcodeMatrix
java.lang.Object
com.google.zxing.pdf417.encoder.BarcodeMatrix
Holds all of the information for a barcode in a format where it can be easily accessible
- Author:
- Jacob Haynes
- 
Method Summary
- 
Method Details- 
getMatrixpublic byte[][] getMatrix()
- 
getScaledMatrixpublic byte[][] getScaledMatrix(int xScale, int yScale) 
 
-