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

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

Uses of BlinkSpec in org.ocap.hardware.frontpanel
 

Methods in org.ocap.hardware.frontpanel that return BlinkSpec
 BlinkSpec Indicator.getBlinkSpec()
          Gets the blink specification for the front panel Indicator.
 BlinkSpec TextDisplay.getBlinkSpec()
          Gets the blink specification for the front panel text display.
 

Methods in org.ocap.hardware.frontpanel with parameters of type BlinkSpec
 void Indicator.setBlinkSpec(BlinkSpec blinkSpec)
          Sets the blink 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.