|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BitDescriptor
Interface representing the led model. This interface provides minimum requirements neccessary to uniquely define the model of leds. In this definition the model is immutable, although this is not a requirement. Implementations should provide methods for modifying the contents during runtime and fire appropriate events.
Method Summary | |
---|---|
java.awt.Color |
getColorWhenOff(int index)
Returns color for the led at specified index or null if such led does not exist. |
java.awt.Color |
getColorWhenOn(int index)
Returns color for the led at specified index or null if such led does not exist. |
java.lang.String |
getDescription(int index)
Returns description for the led at specified index or null if such led does not exist. |
Method Detail |
---|
java.lang.String getDescription(int index)
index
- int
java.awt.Color getColorWhenOn(int index)
index
- int
java.awt.Color getColorWhenOff(int index)
index
- int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |