Led Ticker Component v2.2
www.ledticker.net

net.ledticker.elements
Interface TickerElement

All Known Implementing Classes:
AbstractTickerElement

public interface TickerElement

An extensible structure used as the base for the items scrolled by the ticker. Usually, the elements scrolled by a ticker contain different types of data, like text, numbers or a trend arrow, modelled as the element's tokens.

This interface should be implemented to create specific items for the ticker to scroll, like news or stock elements. This class is an interface in order to allow the use any type of element a specific implementation might require.


Method Summary
 Token[] getTokens()
          Gets the element's tokens
 

Method Detail

getTokens

public Token[] getTokens()
Gets the element's tokens

Returns:
the element's tokens

Led Ticker Component v2.2
www.ledticker.net