|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Frame
Frame that can be shown or used in multiple ways.
Method Summary | |
---|---|
LedButtonCouple.LedState |
get(int x,
int y)
Returns the led state at specified coordinates. |
void |
set(int x,
int y,
LedButtonCouple.LedState ledState)
Modifies the led state at specified coordinates. |
Method Detail |
---|
LedButtonCouple.LedState get(int x, int y)
x
- X-coordinate of the led state needed.y
- Y-coordinate of the led state needed.
void set(int x, int y, LedButtonCouple.LedState ledState)
x
- X-coordinate of the led state to be modified.y
- Y-coordinate of the led state to be modified.ledState
- New led state to affect at specified coordinate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |