Modifier and Type | Class and Description |
---|---|
class |
DevicePrinterNull |
Modifier and Type | Field and Description |
---|---|
protected DevicePrinter |
DeviceStatusDrawerESCPOS.m_devicePrinter |
Modifier and Type | Method and Description |
---|---|
DevicePrinter |
DeviceTicket.getDevicePrinter(String key) |
Modifier and Type | Method and Description |
---|---|
List<DevicePrinter> |
DeviceTicket.getDevicePrinterAll() |
Constructor and Description |
---|
DeviceStatusDrawerESCPOS(DevicePrinter device_printer,
JLabel status_field) |
DeviceStatusPaperESCPOS(DevicePrinter device_printer,
JLabel status_field) |
Modifier and Type | Class and Description |
---|---|
class |
DevicePrinterCodeless
This class allows printing using the rxtx system but not using printer
codes.
|
class |
DevicePrinterESCPOS |
class |
DevicePrinterSEIKO
This class allows printing using the rxtx system using SEiko LTPDx47 or
CAPDx47 series printers.
|
class |
DevicePrinterTPGA798 |
Modifier and Type | Class and Description |
---|---|
class |
DevicePrinterJavaPOS |
Modifier and Type | Class and Description |
---|---|
class |
DevicePrinterPrinter |
Modifier and Type | Class and Description |
---|---|
class |
DevicePrinterPanel |
Modifier and Type | Class and Description |
---|---|
class |
DevicePrinterText
This printer type passes template <text> content in the template to the
printer after unescaping java text escapes (see org.apache.commons.lang.StringEscapeUtils.
|
Modifier and Type | Class and Description |
---|---|
class |
DevicePrinterXML
This printer type passes XML text which is embedded in the template
to the printer without changing anything.
|
Copyright © 2021. All rights reserved.