Пример #1
0
 /** Creates new combined barcode.
  * @param ean the EAN/UPC barcode
  * @param supp the supplemental barcode
  */
 public BarcodeEANSUPP(Barcode ean, Barcode supp)
 {
     n         = 8; // horizontal distance between the two barcodes
     this.ean  = ean;
     this.supp = supp;
 }
Пример #2
0
 /** Creates new combined barcode.
  * @param ean the EAN/UPC barcode
  * @param supp the supplemental barcode
  */
 public BarcodeEANSUPP(Barcode ean, Barcode supp)
 {
     n = 8; // horizontal distance between the two barcodes
     this.ean = ean;
     this.supp = supp;
 }