agentland.device.led
Class LEDProperties

java.lang.Object
  |
  +--agentland.device.led.LEDProperties
All Implemented Interfaces:
Serializable

public class LEDProperties
extends Object
implements Serializable

class LEDProperties describe the property that the LEDSign should use such as font, color, size bla bla bla

See Also:
Serializable, AlphaLEDSignAgent, Serialized Form

Constructor Summary
LEDProperties(String sColor, String sFont)
           
 
Method Summary
 String getColor()
           
 String getFont()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LEDProperties

public LEDProperties(String sColor,
                     String sFont)
Method Detail

getColor

public String getColor()

getFont

public String getFont()