Examples of QRCodeDataInterface


Examples of it.stefanobertini.zebra.beans.QRCodeDataInterface

public class QRCodeTest {

    @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();
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.