Package | Description |
---|---|
com.zebra.sdk.common.card.graphics |
Provides interfaces for card printer graphics utilities.
|
com.zebra.sdk.common.card.printer |
Provides interfaces for card printer related functions.
|
com.zebra.sdk.common.card.template |
Utility package to support template printing within Zebra card printers
|
com.zebra.sdk.printer |
Constructor and Description |
---|
ZebraCardGraphics(ZebraCardPrinter genericPrinter)
Public Constructor to construct the ZebraCardGraphics object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ZebraPrinterZmotif
Interface to ZMotif Series printers.
|
interface |
ZebraPrinterZxp
Interface to ZXP Series 1 and 3 printers.
|
Modifier and Type | Method and Description |
---|---|
static ZebraCardPrinter |
ZebraCardPrinterFactory.getInstance(Connection connection)
Factory method to create the correct ZebraCardPrinter concrete class based on the printer's type.
|
Modifier and Type | Method and Description |
---|---|
static ZebraPrinterZmotif |
ZebraCardPrinterFactory.createZmotifPrinter(ZebraCardPrinter printer)
Create a wrapper around a Zebra printer that provides access to ZebraPrinterZmotif object from ZebraCardPrinter.
|
static ZebraPrinterZxp |
ZebraCardPrinterFactory.createZxpPrinter(ZebraCardPrinter printer)
Create a wrapper around a Zebra printer that provides access to ZebraPrinterZxp object from ZebraCardPrinter.
|
Constructor and Description |
---|
ZebraCardTemplate(ZebraCardPrinter genericPrinter)
Constructs a ZebraCardTemplate object.
|
Modifier and Type | Method and Description |
---|---|
void |
CardPrinterReconnectionHandler.printerOnline(ZebraCardPrinter printer,
String firmwareVersion)
Called when the printer is back online and has been rediscovered.
|
© 2016 ZIH Corp. All Rights Reserved.