LED class

LEDs are predefined business objects of the class IltLed, which defines a card item by extending the IltCardItem abstract class.
The parent class IltCardItem defines the TypeAttribute , which is used to create several different graphic representations for different instances of the same IltLed class.
The IltLed class defines the following attributes:
  • Width —Specifies the width of the LED in its vector graphic representation
    Name: width
    Value class: java.lang.Float
    Attribute: IltLed.WidthAttribute
  • Height —Specifies the height of the LED in its vector graphic representation
    Name: height
    Value class: java.lang.Float
    Attribute: IltLed.HeightAttribute