Package | Description |
---|---|
org.ocap.hardware.frontpanel |
Represents various aspects of front panel displays .
|
Modifier and Type | Method and Description |
---|---|
BrightSpec |
TextDisplay.getBrightSpec()
Gets the brightness specification for the front panel text display.
|
BrightSpec |
Indicator.getBrightSpec()
Gets the brightness specification for the front panel Indicator.
|
Modifier and Type | Method and Description |
---|---|
void |
Indicator.setBrightSpec(BrightSpec brightSpec)
Sets the Brightness specification for the front panel Indicator.
|
void |
TextDisplay.setClockDisplay(byte mode,
BlinkSpec blinkSpec,
ScrollSpec scrollSpec,
BrightSpec brightSpec,
ColorSpec colorSpec)
Displays the current system time on the front panel text display.
|
void |
TextDisplay.setTextDisplay(String[] text,
BlinkSpec blinkSpec,
ScrollSpec scrollSpec,
BrightSpec brightSpec,
ColorSpec colorSpec)
Displays text on the front panel display.
|
Copyright © 2013 CableLabs. All rights reserved.