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

net.leddisplay.elements
Interface ColorModel

All Known Implementing Classes:
DefaultColorModel, StockColorModel

public interface ColorModel

This interface is used to define color for turned-on leds of a Token.


Method Summary
 java.awt.Color getColor()
          Gets the color of a token
 void setColor(java.awt.Color color)
          Sets the color of a token
 

Method Detail

getColor

public java.awt.Color getColor()
Gets the color of a token

Returns:
the color of the token

setColor

public void setColor(java.awt.Color color)
Sets the color of a token

Parameters:
color - the color of the token

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