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

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

Uses of ColorSpec in org.ocap.hardware.frontpanel
 

Methods in org.ocap.hardware.frontpanel that return ColorSpec
 ColorSpec Indicator.getColorSpec()
          Gets the Color specification for the front panel Indicator.
 ColorSpec TextDisplay.getColorSpec()
          Gets the Color specification for the front panel text display.
 

Methods in org.ocap.hardware.frontpanel with parameters of type ColorSpec
 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 Indicator.setColorSpec(ColorSpec colorSpec)
          Sets the Color specification for the front panel Indicator.
 void TextDisplay.setTextDisplay(String[] text, BlinkSpec blinkSpec, ScrollSpec scrollSpec, BrightSpec brightSpec, ColorSpec colorSpec)
          Displays text on the front panel display.