|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MatrixCorpSimulatorView
| Field Summary | |
|---|---|
static boolean |
OFF
Define the off (boolean) constant. |
static boolean |
ON
Define the on (boolean) constant. |
| Method Summary | |
|---|---|
void |
backlightOff()
Backlight off. |
void |
backlightOn()
Backlight on. |
void |
clearDisplay()
Clear display. |
void |
decrementPosition()
Decrement position. |
void |
goToPosition(int x,
int y)
Go to position with the specified x and y parameters. |
void |
incrementPosition()
Increment position. |
void |
printCharacter(byte c)
Print character with the specified c parameter. |
void |
setListener(LcdViewListener listener)
Sets the listener value. |
void |
shutdown()
Shutdown. |
void |
startup()
Startup. |
void |
togglePower(boolean state)
Toggle power with the specified state parameter. |
| Field Detail |
|---|
static final boolean ON
static final boolean OFF
| Method Detail |
|---|
void backlightOff()
void backlightOn()
void clearDisplay()
void decrementPosition()
goToPosition(int,int),
incrementPosition()
void goToPosition(int x,
int y)
x - The x (int) parameter.y - The y (int) parameter.void incrementPosition()
decrementPosition(),
goToPosition(int,int)void printCharacter(byte c)
c - The c (byte) parameter.void setListener(LcdViewListener listener)
listener - The listener (LcdViewListener) parameter.void shutdown()
void startup()
void togglePower(boolean state)
state - The state (boolean) parameter.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||