1.0.0

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

All Superinterfaces:
Constants
All Known Implementing Classes:
LcdDisplayPanel

public interface LcdDisplayPanelConstants
extends Constants

Version:
1.0.0

Field Summary
static java.lang.StringBuffer DEFAULT_BUFFER_CONTENTS
          Define the default buffer contents (StringBuffer) constant.
static int DISPLAY_SIZE
          Define the display size (int) constant.
static java.lang.StringBuffer EMPTY_BUFFER_CONTENTS
          Define the empty buffer contents (StringBuffer) constant.
static int L1_END_INDEX
          Define the l1 end index (int) constant.
static int L1_START_INDEX
          Define the l1 start index (int) constant.
static int L1H
          Define the l1 h (int) constant.
static int L1W
          Define the l1 w (int) constant.
static int L1X
          Define the l1 x (int) constant.
static int L1Y
          Define the l1 y (int) constant.
static int L2_END_INDEX
          Define the l2 end index (int) constant.
static int L2_START_INDEX
          Define the l2 start index (int) constant.
static int L2H
          Define the l2 h (int) constant.
static int L2W
          Define the l2 w (int) constant.
static int L2X
          Define the l2 x (int) constant.
static int L2Y
          Define the l2 y (int) constant.
static int LCD_HEIGHT
          Define the lcd height (int) constant.
static java.awt.Color LCD_LIT_COLOR
          Define the lcd lit color (Color) constant.
static java.awt.Color LCD_UNLIT_COLOR
          Define the lcd unlit color (Color) constant.
static int LCD_WIDTH
          Define the lcd width (int) constant.
static java.awt.Font MONO
          Define the mono (Font) constant.
static java.lang.String OFF_SRC
          Define the off src (String) constant.
static java.lang.String ON_SRC
          Define the on src (String) constant.
 
Fields inherited from interface org.eclipse.soda.dk.matrix.lcd.simulator.view.interfaces.Constants
IMGROOT, PANEL_HEIGHT, PANEL_WIDTH, WORKING_DIR
 

Field Detail

LCD_LIT_COLOR

static final java.awt.Color LCD_LIT_COLOR
Define the lcd lit color (Color) constant.


LCD_UNLIT_COLOR

static final java.awt.Color LCD_UNLIT_COLOR
Define the lcd unlit color (Color) constant.


MONO

static final java.awt.Font MONO
Define the mono (Font) constant.


DEFAULT_BUFFER_CONTENTS

static final java.lang.StringBuffer DEFAULT_BUFFER_CONTENTS
Define the default buffer contents (StringBuffer) constant.


EMPTY_BUFFER_CONTENTS

static final java.lang.StringBuffer EMPTY_BUFFER_CONTENTS
Define the empty buffer contents (StringBuffer) constant.


DISPLAY_SIZE

static final int DISPLAY_SIZE
Define the display size (int) constant.


L1_START_INDEX

static final int L1_START_INDEX
Define the l1 start index (int) constant.

See Also:
Constant Field Values

L1_END_INDEX

static final int L1_END_INDEX
Define the l1 end index (int) constant.

See Also:
Constant Field Values

L2_START_INDEX

static final int L2_START_INDEX
Define the l2 start index (int) constant.

See Also:
Constant Field Values

L2_END_INDEX

static final int L2_END_INDEX
Define the l2 end index (int) constant.

See Also:
Constant Field Values

ON_SRC

static final java.lang.String ON_SRC
Define the on src (String) constant.


OFF_SRC

static final java.lang.String OFF_SRC
Define the off src (String) constant.


LCD_WIDTH

static final int LCD_WIDTH
Define the lcd width (int) constant.

See Also:
Constant Field Values

LCD_HEIGHT

static final int LCD_HEIGHT
Define the lcd height (int) constant.

See Also:
Constant Field Values

L2H

static final int L2H
Define the l2 h (int) constant.

See Also:
Constant Field Values

L2W

static final int L2W
Define the l2 w (int) constant.

See Also:
Constant Field Values

L2Y

static final int L2Y
Define the l2 y (int) constant.

See Also:
Constant Field Values

L2X

static final int L2X
Define the l2 x (int) constant.

See Also:
Constant Field Values

L1H

static final int L1H
Define the l1 h (int) constant.

See Also:
Constant Field Values

L1W

static final int L1W
Define the l1 w (int) constant.

See Also:
Constant Field Values

L1Y

static final int L1Y
Define the l1 y (int) constant.

See Also:
Constant Field Values

L1X

static final int L1X
Define the l1 x (int) constant.

See Also:
Constant Field Values

1.0.0

Copyright (c) 2007 IBM