1.0.0

org.eclipse.soda.dk.matrix.lcd.simulator.view.interfaces
Interface MatrixCorpSimulatorView

All Known Implementing Classes:
MatrixCorpLcdSimulatorAwtView

public interface MatrixCorpSimulatorView

Version:
1.0.0

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

ON

static final boolean ON
Define the on (boolean) constant.

See Also:
Constant Field Values

OFF

static final boolean OFF
Define the off (boolean) constant.

See Also:
Constant Field Values
Method Detail

backlightOff

void backlightOff()
Backlight off.


backlightOn

void backlightOn()
Backlight on.


clearDisplay

void clearDisplay()
Clear display.


decrementPosition

void decrementPosition()
Decrement position.

See Also:
goToPosition(int,int), incrementPosition()

goToPosition

void goToPosition(int x,
                  int y)
Go to position with the specified x and y parameters.

Parameters:
x - The x (int) parameter.
y - The y (int) parameter.

incrementPosition

void incrementPosition()
Increment position.

See Also:
decrementPosition(), goToPosition(int,int)

printCharacter

void printCharacter(byte c)
Print character with the specified c parameter.

Parameters:
c - The c (byte) parameter.

setListener

void setListener(LcdViewListener listener)
Sets the listener value.

Parameters:
listener - The listener (LcdViewListener) parameter.

shutdown

void shutdown()
Shutdown.


startup

void startup()
Startup.


togglePower

void togglePower(boolean state)
Toggle power with the specified state parameter.

Parameters:
state - The state (boolean) parameter.

1.0.0

Copyright (c) 2007 IBM