Package | Description |
---|---|
com.zebra.sdk.common.card.graphics.barcode |
Provides interfaces for card printer barcode generation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Code39Util
Interface used to configure and draw a Code39 barcode.
|
interface |
CodePDF417Util
Interface used to configure and draw a PDF417 barcode.
|
interface |
CodeQRUtil
Interface used to configure and draw a QR Code barcode.
|
Modifier and Type | Method and Description |
---|---|
static BarcodeUtil |
ZebraBarcodeFactory.getCode128(ZebraGraphics graphics)
Returns the utilities class for Code 128 barcodes.
|
static BarcodeUtil |
ZebraBarcodeFactory.getCodeEAN13(ZebraGraphics graphics)
Returns the utilities class for EAN13 type barcodes.
|
static BarcodeUtil |
ZebraBarcodeFactory.getCodeEAN8(ZebraGraphics graphics)
Returns the utilities class for EAN8 type barcodes.
|
© 2017 ZIH Corp. All Rights Reserved.