public class DeviceDisplayJavaPOS extends Object implements DeviceDisplay, DeviceDisplayImpl
| Constructor and Description |
|---|
DeviceDisplayJavaPOS(String sDeviceName)
Creates a new instance of DeviceDisplayJavaPOS
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearVisor() |
void |
finalize() |
JComponent |
getDisplayComponent() |
String |
getDisplayDescription() |
String |
getDisplayName() |
void |
repaintLines() |
void |
writeTimeVisor(String sLine1) |
void |
writeVisor(String sLine1,
String sLine2) |
public DeviceDisplayJavaPOS(String sDeviceName) throws TicketPrinterException
TicketPrinterExceptionpublic 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 writeTimeVisor(String sLine1)
writeTimeVisor in interface DeviceDisplaypublic void clearVisor()
clearVisor in interface DeviceDisplaypublic void repaintLines()
repaintLines in interface DeviceDisplayImplCopyright © 2021. All rights reserved.