Uses of Interface
org.ocap.hardware.frontpanel.BrightSpec

Packages that use BrightSpec
org.ocap.hardware.frontpanel Represents various aspects of front panel displays . 
 

Uses of BrightSpec in org.ocap.hardware.frontpanel
 

Methods in org.ocap.hardware.frontpanel that return BrightSpec
 BrightSpec Indicator.getBrightSpec()
          Gets the brightness specification for the front panel Indicator.
 BrightSpec TextDisplay.getBrightSpec()
          Gets the brightness specification for the front panel text display.
 

Methods in org.ocap.hardware.frontpanel with parameters of type BrightSpec
 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.