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

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

Uses of ScrollSpec in org.ocap.hardware.frontpanel
 

Methods in org.ocap.hardware.frontpanel that return ScrollSpec
 ScrollSpec TextDisplay.getScrollSpec()
          Gets the scroll specification for the front panel text display.
 

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