Led Display Component v1.0
www.LedTicker.net/display

net.leddisplay.elements
Interface DisplayElement

All Known Implementing Classes:
AbstractDisplayElement

public interface DisplayElement

An extensible structure used as the base for the led display's item. Usually, the element of a led display contains 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 display, 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 Display Component v1.0
www.LedTicker.net/display