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
TicketPrinterException
public String getDisplayName()
getDisplayName
in interface DeviceDisplay
public String getDisplayDescription()
getDisplayDescription
in interface DeviceDisplay
public JComponent getDisplayComponent()
getDisplayComponent
in interface DeviceDisplay
public void writeVisor(String sLine1, String sLine2)
writeVisor
in interface DeviceDisplay
public void writeTimeVisor(String sLine1)
writeTimeVisor
in interface DeviceDisplay
public void clearVisor()
clearVisor
in interface DeviceDisplay
public void repaintLines()
repaintLines
in interface DeviceDisplayImpl
Copyright © 2021. All rights reserved.