Package it.stefanobertini.zebra.cpcl.linemode

Examples of it.stefanobertini.zebra.cpcl.linemode.Barcode


public class BarcodeTest {

    @Test
    public void test() {

  Barcode command = new Barcode(BarcodeType.Code128, BarcodeRatio.RATIO_2D0_TO_1__1, 1, 50, "HORIZ.");

  CommandOutputBuilder output = new CommandOutputBuilder();
  output.printLn("! U1 BARCODE 128 1 1 50 0 0 HORIZ.");

  assertCommand(output, command);
View Full Code Here

TOP

Related Classes of it.stefanobertini.zebra.cpcl.linemode.Barcode

Copyright © 2018 www.massapicom. 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.