public class DeviceDisplayESCPOS extends Object implements DeviceDisplay
| Modifier and Type | Field and Description |
|---|---|
protected PrinterWritter |
m_CommOutputPrinter |
protected UnicodeTranslator |
m_trans |
| Constructor and Description |
|---|
DeviceDisplayESCPOS(PrinterWritter CommOutputPrinter,
UnicodeTranslator trans)
Creates a new instance of DeviceDisplayESCPOS
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearVisor() |
JComponent |
getDisplayComponent() |
String |
getDisplayDescription() |
String |
getDisplayName() |
void |
writeTimeVisor(String sLine1) |
void |
writeVisor(String sLine1,
String sLine2) |
protected PrinterWritter m_CommOutputPrinter
protected UnicodeTranslator m_trans
public DeviceDisplayESCPOS(PrinterWritter CommOutputPrinter, UnicodeTranslator trans)
public String getDisplayName()
getDisplayName in interface DeviceDisplaypublic String getDisplayDescription()
getDisplayDescription in interface DeviceDisplaypublic JComponent getDisplayComponent()
getDisplayComponent in interface DeviceDisplaypublic void writeVisor(String sLine1, String sLine2)
writeVisor in interface DeviceDisplaypublic void clearVisor()
clearVisor in interface DeviceDisplaypublic void writeTimeVisor(String sLine1)
writeTimeVisor in interface DeviceDisplayCopyright © 2021. All rights reserved.