Package | Description |
---|---|
com.cloudpos.printer |
Provide access to the printer device.
|
Modifier and Type | Method and Description |
---|---|
Format |
PrinterDevice.getDefaultParameters()
Gets the default format.
|
Modifier and Type | Method and Description |
---|---|
void |
PrinterDevice.printBarcode(Format format,
int barcodeType,
java.lang.String barcode)
print barcode.
|
void |
PrinterDevice.printBitmap(Format format,
Bitmap bitmap)
print bitmap.
|
void |
PrinterDevice.printlnText(Format format,
java.lang.String message)
Print text, line wrap.
|
void |
PrinterDevice.printText(Format format,
java.lang.String message)
Print text.
|