1.0.0

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

All Superinterfaces:
Constants
All Known Implementing Classes:
SimulatorPanel

public interface SimulatorPanelConstants
extends Constants

Version:
1.0.0

Field Summary
static java.lang.String BG_IMAGE_SRC
          Define the bg image src (String) constant.
static java.lang.String DOWN_DOWN_SRC
          Define the down down src (String) constant.
static java.lang.String DOWN_UP_SRC
          Define the down up src (String) constant.
static int DOWNX
          Define the downx (int) constant.
static int DOWNY
          Define the downy (int) constant.
static java.lang.String ENTER_DOWN_SRC
          Define the enter down src (String) constant.
static java.lang.String ENTER_UP_SRC
          Define the enter up src (String) constant.
static int ENTERX
          Define the enterx (int) constant.
static int ENTERY
          Define the entery (int) constant.
static java.lang.String F1_DOWN_SRC
          Define the f1 down src (String) constant.
static java.lang.String F1_UP_SRC
          Define the f1 up src (String) constant.
static int F1X
          Define the f1 x (int) constant.
static int F1Y
          Define the f1 y (int) constant.
static java.lang.String F2_DOWN_SRC
          Define the f2 down src (String) constant.
static java.lang.String F2_UP_SRC
          Define the f2 up src (String) constant.
static int F2X
          Define the f2 x (int) constant.
static int F2Y
          Define the f2 y (int) constant.
static int GENBH
          Define the genbh (int) constant.
static int GENBW
          Define the genbw (int) constant.
static java.lang.String LEFT_DOWN_SRC
          Define the left down src (String) constant.
static java.lang.String LEFT_UP_SRC
          Define the left up src (String) constant.
static int LEFTX
          Define the leftx (int) constant.
static int LEFTY
          Define the lefty (int) constant.
static java.lang.String POWER_LIT_DOWN_SRC
          Define the power lit down src (String) constant.
static java.lang.String POWER_LIT_SRC
          Define the power lit src (String) constant.
static java.lang.String POWER_UNLIT_DOWN_SRC
          Define the power unlit down src (String) constant.
static java.lang.String POWER_UNLIT_SRC
          Define the power unlit src (String) constant.
static int POWERH
          Define the powerh (int) constant.
static int POWERW
          Define the powerw (int) constant.
static int POWERX
          Define the powerx (int) constant.
static int POWERY
          Define the powery (int) constant.
static java.lang.String RIGHT_DOWN_SRC
          Define the right down src (String) constant.
static java.lang.String RIGHT_UP_SRC
          Define the right up src (String) constant.
static int RIGHTX
          Define the rightx (int) constant.
static int RIGHTY
          Define the righty (int) constant.
static java.lang.String UP_DOWN_SRC
          Define the up down src (String) constant.
static java.lang.String UP_UP_SRC
          Define the up up src (String) constant.
static int UPX
          Define the upx (int) constant.
static int UPY
          Define the upy (int) constant.
 
Fields inherited from interface org.eclipse.soda.dk.matrix.lcd.simulator.view.interfaces.Constants
IMGROOT, PANEL_HEIGHT, PANEL_WIDTH, WORKING_DIR
 

Field Detail

BG_IMAGE_SRC

static final java.lang.String BG_IMAGE_SRC
Define the bg image src (String) constant.


UP_UP_SRC

static final java.lang.String UP_UP_SRC
Define the up up src (String) constant.


UP_DOWN_SRC

static final java.lang.String UP_DOWN_SRC
Define the up down src (String) constant.


DOWN_UP_SRC

static final java.lang.String DOWN_UP_SRC
Define the down up src (String) constant.


DOWN_DOWN_SRC

static final java.lang.String DOWN_DOWN_SRC
Define the down down src (String) constant.


LEFT_UP_SRC

static final java.lang.String LEFT_UP_SRC
Define the left up src (String) constant.


LEFT_DOWN_SRC

static final java.lang.String LEFT_DOWN_SRC
Define the left down src (String) constant.


RIGHT_UP_SRC

static final java.lang.String RIGHT_UP_SRC
Define the right up src (String) constant.


RIGHT_DOWN_SRC

static final java.lang.String RIGHT_DOWN_SRC
Define the right down src (String) constant.


F1_UP_SRC

static final java.lang.String F1_UP_SRC
Define the f1 up src (String) constant.


F1_DOWN_SRC

static final java.lang.String F1_DOWN_SRC
Define the f1 down src (String) constant.


F2_UP_SRC

static final java.lang.String F2_UP_SRC
Define the f2 up src (String) constant.


F2_DOWN_SRC

static final java.lang.String F2_DOWN_SRC
Define the f2 down src (String) constant.


ENTER_UP_SRC

static final java.lang.String ENTER_UP_SRC
Define the enter up src (String) constant.


ENTER_DOWN_SRC

static final java.lang.String ENTER_DOWN_SRC
Define the enter down src (String) constant.


POWER_UNLIT_SRC

static final java.lang.String POWER_UNLIT_SRC
Define the power unlit src (String) constant.


POWER_LIT_DOWN_SRC

static final java.lang.String POWER_LIT_DOWN_SRC
Define the power lit down src (String) constant.


POWER_LIT_SRC

static final java.lang.String POWER_LIT_SRC
Define the power lit src (String) constant.


POWER_UNLIT_DOWN_SRC

static final java.lang.String POWER_UNLIT_DOWN_SRC
Define the power unlit down src (String) constant.


GENBW

static final int GENBW
Define the genbw (int) constant.

See Also:
Constant Field Values

GENBH

static final int GENBH
Define the genbh (int) constant.

See Also:
Constant Field Values

UPX

static final int UPX
Define the upx (int) constant.

See Also:
Constant Field Values

UPY

static final int UPY
Define the upy (int) constant.

See Also:
Constant Field Values

DOWNX

static final int DOWNX
Define the downx (int) constant.

See Also:
Constant Field Values

DOWNY

static final int DOWNY
Define the downy (int) constant.

See Also:
Constant Field Values

LEFTX

static final int LEFTX
Define the leftx (int) constant.

See Also:
Constant Field Values

LEFTY

static final int LEFTY
Define the lefty (int) constant.

See Also:
Constant Field Values

RIGHTX

static final int RIGHTX
Define the rightx (int) constant.

See Also:
Constant Field Values

RIGHTY

static final int RIGHTY
Define the righty (int) constant.

See Also:
Constant Field Values

ENTERX

static final int ENTERX
Define the enterx (int) constant.

See Also:
Constant Field Values

ENTERY

static final int ENTERY
Define the entery (int) constant.

See Also:
Constant Field Values

F2X

static final int F2X
Define the f2 x (int) constant.

See Also:
Constant Field Values

F2Y

static final int F2Y
Define the f2 y (int) constant.

See Also:
Constant Field Values

F1X

static final int F1X
Define the f1 x (int) constant.

See Also:
Constant Field Values

F1Y

static final int F1Y
Define the f1 y (int) constant.

See Also:
Constant Field Values

POWERX

static final int POWERX
Define the powerx (int) constant.

See Also:
Constant Field Values

POWERY

static final int POWERY
Define the powery (int) constant.

See Also:
Constant Field Values

POWERW

static final int POWERW
Define the powerw (int) constant.

See Also:
Constant Field Values

POWERH

static final int POWERH
Define the powerh (int) constant.

See Also:
Constant Field Values

1.0.0

Copyright (c) 2007 IBM