Examples of QRCodeAutomaticData


Examples of it.stefanobertini.zebra.beans.QRCodeAutomaticData

    @Test
    public void test1() {

  QRCodeDataInterface data;
  data = new QRCodeAutomaticData(QRCodeErrorCorrectionLevel.standard, QRCodeMaskNumber.none, "QR Code");

  QRCode command = new QRCode(Orientation.horizontal, new Position(10, 100), QRCodeModelType.model2, 10, data);

  CommandOutputBuilder output = new CommandOutputBuilder();
  output.printLn("BARCODE QR 10 100 M 2 U 10");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.