|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sky.monome.layer.InvertedLedStateModificationLayer
public class InvertedLedStateModificationLayer
Inverted modification layer that can modify virtually the led state of a led or a whole group of leds.
This implementation of LedStateModificationLayer
interface
returns the inverted led state of the led/button couple that is specified.
Constructor Summary | |
---|---|
InvertedLedStateModificationLayer()
Constructs an inverted led state modification layer. |
Method Summary | |
---|---|
LedButtonCouple.LedState |
getLedStateToShow(LedButtonCouple ledButtonCouple)
Returns the led state to show instead of the natural led state of the specified led/button couple. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvertedLedStateModificationLayer()
Method Detail |
---|
public LedButtonCouple.LedState getLedStateToShow(LedButtonCouple ledButtonCouple)
LedStateModificationLayer
interface
returns the inverted led state of the specified led/button couple.
getLedStateToShow
in interface LedStateModificationLayer
ledButtonCouple
- led/button couple which is the reference.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |