Class BarcodeMatrix



  • public final class BarcodeMatrix
    extends Object
    Holds all of the information for a barcode in a format where it can be easily accessable
    • Method Detail

      • getMatrix

        public byte[][] getMatrix()
      • getScaledMatrix

        public byte[][] getScaledMatrix(int xScale,
                                        int yScale)