public class DeviceDisplayNull extends Object implements DeviceDisplay
Constructor and Description |
---|
DeviceDisplayNull()
Creates a new instance of DeviceDisplayNull
|
DeviceDisplayNull(String desc)
Creates a new instance of DeviceDisplayNull
|
Modifier and Type | Method and Description |
---|---|
void |
clearVisor() |
JComponent |
getDisplayComponent() |
String |
getDisplayDescription() |
String |
getDisplayName() |
void |
writeTimeVisor(String sLine1) |
void |
writeVisor(String sLine1,
String sLine2) |
public DeviceDisplayNull()
public DeviceDisplayNull(String desc)
public String getDisplayName()
getDisplayName
in interface DeviceDisplay
public String getDisplayDescription()
getDisplayDescription
in interface DeviceDisplay
public JComponent getDisplayComponent()
getDisplayComponent
in interface DeviceDisplay
public void clearVisor()
clearVisor
in interface DeviceDisplay
public void writeTimeVisor(String sLine1)
writeTimeVisor
in interface DeviceDisplay
public void writeVisor(String sLine1, String sLine2)
writeVisor
in interface DeviceDisplay
Copyright © 2021. All rights reserved.