com.blackledge.david.tivo.multitasker
Class BackgroundImageCaptionTicker

java.lang.Object
  extended by com.blackledge.david.tivo.multitasker.BackgroundImageCaptionTicker
All Implemented Interfaces:
TickerTape

public class BackgroundImageCaptionTicker
extends Object
implements TickerTape

TickerTape that attempts to provide a reasonable segment for the currently playing Audio source. Provides ticker segments for the current background image if it is a StreamResource.

Version:
$Revision: 1.1 $

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.blackledge.david.tivo.multitasker.TickerTape
TickerTape.TickerTapeSegment, TickerTape.TickerTapeSegmentDefault
 
Constructor Summary
BackgroundImageCaptionTicker()
           
 
Method Summary
 TickerTape.TickerTapeSegment getNextContent()
          Gets a TickerTapeSegment featuring the MultiTaskerApplication.getCurrentImage()
 void init(MultiTaskerApplication app)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackgroundImageCaptionTicker

public BackgroundImageCaptionTicker()
Method Detail

getNextContent

public TickerTape.TickerTapeSegment getNextContent()
Gets a TickerTapeSegment featuring the MultiTaskerApplication.getCurrentImage()

Specified by:
getNextContent in interface TickerTape
See Also:
TickerTape.getNextContent()

init

public void init(MultiTaskerApplication app)
Specified by:
init in interface TickerTape