public class ZebraBarcodeFactory
extends Object
Modifier and Type | Method and Description |
---|---|
static Code128Util |
getCode128(ZebraGraphics graphics)
Returns the barcode utilites class for Code 128 barcodes.
|
static Code39Util |
getCode39(ZebraGraphics graphics)
Returns the barcode utilites class for Code 39 barcodes.
|
static CodeCodabarUtil |
getCodeCodabar(ZebraGraphics graphics)
Returns the barcode utilites class for Codabar barcodes.
|
static CodeDataMatrixUtil |
getCodeDataMatrix(ZebraGraphics graphics)
Returns the barcode utilites class for Data Matrix barcodes.
|
static CodeEAN128Util |
getCodeEAN128(ZebraGraphics graphics)
Returns the barcode utilites class for EAN128 barcodes.
|
static CodeEANUtil |
getCodeEAN13(ZebraGraphics graphics)
Returns the barcode utilites class for EAN13 barcodes.
|
static CodeEANUtil |
getCodeEAN8(ZebraGraphics graphics)
Returns the barcode utilites class for EAN8 barcodes.
|
static CodeInterleaved2Of5Util |
getCodeInterleaved2Of5(ZebraGraphics graphics)
Returns the barcode utilites class for Interleaved 2Of5 barcodes.
|
static CodePDF417Util |
getCodePDF417(ZebraGraphics graphics)
Returns the barcode utilites class for PDF417 barcodes.
|
static CodePostnetUtil |
getCodePostnet(ZebraGraphics graphics)
Returns the barcode utilites class for Postnet barcodes.
|
static CodeEANUtil |
getCodeUPCA(ZebraGraphics graphics)
Returns the barcode utilites class for UPCA barcodes.
|
static CodeEANUtil |
getCodeUPCE(ZebraGraphics graphics)
Returns the barcode utilites class for UPCE barcodes.
|
static CodeQRUtil |
getQRCode(ZebraGraphics graphics)
Returns the barcode utilites class for QR Code barcodes.
|
public static Code39Util getCode39(ZebraGraphics graphics)
graphics
- the Zebra graphics.public static Code128Util getCode128(ZebraGraphics graphics)
graphics
- the Zebra graphics.public static CodeEANUtil getCodeEAN8(ZebraGraphics graphics)
graphics
- the Zebra graphics.public static CodeEANUtil getCodeEAN13(ZebraGraphics graphics)
graphics
- the Zebra graphics.public static CodeEAN128Util getCodeEAN128(ZebraGraphics graphics)
graphics
- the Zebra graphics.public static CodeEANUtil getCodeUPCA(ZebraGraphics graphics)
graphics
- the Zebra graphics.public static CodeEANUtil getCodeUPCE(ZebraGraphics graphics)
graphics
- the Zebra graphics.public static CodePDF417Util getCodePDF417(ZebraGraphics graphics)
graphics
- the Zebra graphics.public static CodeInterleaved2Of5Util getCodeInterleaved2Of5(ZebraGraphics graphics)
graphics
- the Zebra graphics.public static CodeDataMatrixUtil getCodeDataMatrix(ZebraGraphics graphics)
graphics
- the Zebra graphics.public static CodeCodabarUtil getCodeCodabar(ZebraGraphics graphics)
graphics
- the Zebra graphics.public static CodeQRUtil getQRCode(ZebraGraphics graphics)
graphics
- the Zebra graphics.public static CodePostnetUtil getCodePostnet(ZebraGraphics graphics)
graphics
- the Zebra graphics.
© 2016 ZIH Corp. All Rights Reserved.