com.blackledge.david.tivo.multitasker
Interface TickerTape.TickerTapeSegment

All Known Implementing Classes:
TickerTape.TickerTapeSegmentDefault
Enclosing interface:
TickerTape

public static interface TickerTape.TickerTapeSegment

The interface for the elements of a tickertape segment

Version:
$Revision: 1.1 $

Method Summary
 String getContent()
          The actual content that will scroll across the screen.
 String getGroup()
          The optional grouping information above the scrolling ticker.
 String getImage()
          Return the URL for the image used for this ticker (optional)
 boolean isNotFinished()
           
 

Method Detail

getContent

String getContent()
The actual content that will scroll across the screen.

Returns:

getGroup

String getGroup()
The optional grouping information above the scrolling ticker.

Returns:

isNotFinished

boolean isNotFinished()
Returns:
true if the next segment is a continuation of this one.

getImage

String getImage()
Return the URL for the image used for this ticker (optional)

Returns: