Uses of Interface
com.sap.ip.me.api.pios.printer.PrinterBarcode

Packages that use PrinterBarcode
com.sap.ip.me.api.pios.printer Printer support for the SAP Mobile Infrastructure is offered as part of the Peripheral Input/Output Services.  
 

Uses of PrinterBarcode in com.sap.ip.me.api.pios.printer
 

Methods in com.sap.ip.me.api.pios.printer that return PrinterBarcode
abstract  PrinterBarcode PrinterConnection.createBarcode(Symbology symbology, long options)
          Creates a barcode object.
 

Methods in com.sap.ip.me.api.pios.printer with parameters of type PrinterBarcode
abstract  void LinePrinter.printBarcode(PrinterBarcode barcode, byte[] data, int alignment)
          Prints a barcode at current line position.
abstract  void GraphicPrinter.drawBarcode(PrinterBarcode barcode, float x, float y, byte[] data, int rotate)
          Draws a barcode at the specified coordinates.
 



Copyright © 2005 SAP AG. All Rights Reserved.