com.blackledge.david.tivo.multitasker
Class BackgroundImageCaptionTicker
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BackgroundImageCaptionTicker
public BackgroundImageCaptionTicker()
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