org.eclipse.ohf.stem.ui.views.map.preferences
Interface PreferenceConstants


public interface PreferenceConstants

Constant definitions for plug-in preferences


Field Summary
static java.lang.String BACKGROUND_COLOR_PREFERENCE
          The preference id for the map's background color
static java.lang.String BORDER_COLOR_PREFERENCE
          The preference id for the map's border color
static java.lang.String DRAW_POLYGON_BORDERS_BOOLEAN_PREFERENCE
          The preference id for the drawing polygon borders.
static java.lang.String FOREGROUND_COLOR_PREFERENCE
          The preference id for the map's foreground color
static java.lang.String FOREGROUND_RELATIVE_VALUE_ZERO_COLOR_PREFERENCE
          The preference id for the map's foreground color when the relative value = 0
static java.lang.String GAIN_FACTOR_PREFERENCE
          The preference id for the map gain factor
static java.lang.String GUI_SCALING_FACTOR_DOUBLE_PREFERENCE
          The preference id for the map's initial scaling
static java.lang.String INITIAL_SCALE_SELECTION_PREFERENCE
          The preference id for the initial scale (zoom ruler) selection
static java.lang.String INITIAL_X_TRANSLATION_PREFERENCE
          The preference id for the map's initial "X" translation
static java.lang.String INITIAL_Y_TRANSLATION_PREFERENCE
          The preference id for the map's initial "Y" translation
static java.lang.String LOGSCALE_BOOLEAN_PREFERENCE
          The preference id for using a logrithmic scale of the values in the display.
static java.lang.String ZOOM_RULER_SCALING_FACTOR_PREFERENCE
          The preference id for the scaling factor on the zoom ruler
 

Field Detail

BACKGROUND_COLOR_PREFERENCE

static final java.lang.String BACKGROUND_COLOR_PREFERENCE
The preference id for the map's background color

See Also:
Constant Field Values

FOREGROUND_COLOR_PREFERENCE

static final java.lang.String FOREGROUND_COLOR_PREFERENCE
The preference id for the map's foreground color

See Also:
Constant Field Values

FOREGROUND_RELATIVE_VALUE_ZERO_COLOR_PREFERENCE

static final java.lang.String FOREGROUND_RELATIVE_VALUE_ZERO_COLOR_PREFERENCE
The preference id for the map's foreground color when the relative value = 0

See Also:
Constant Field Values

BORDER_COLOR_PREFERENCE

static final java.lang.String BORDER_COLOR_PREFERENCE
The preference id for the map's border color

See Also:
Constant Field Values

DRAW_POLYGON_BORDERS_BOOLEAN_PREFERENCE

static final java.lang.String DRAW_POLYGON_BORDERS_BOOLEAN_PREFERENCE
The preference id for the drawing polygon borders.

See Also:
Constant Field Values

LOGSCALE_BOOLEAN_PREFERENCE

static final java.lang.String LOGSCALE_BOOLEAN_PREFERENCE
The preference id for using a logrithmic scale of the values in the display.

See Also:
Constant Field Values

GAIN_FACTOR_PREFERENCE

static final java.lang.String GAIN_FACTOR_PREFERENCE
The preference id for the map gain factor

See Also:
Constant Field Values

GUI_SCALING_FACTOR_DOUBLE_PREFERENCE

static final java.lang.String GUI_SCALING_FACTOR_DOUBLE_PREFERENCE
The preference id for the map's initial scaling

See Also:
Constant Field Values

INITIAL_X_TRANSLATION_PREFERENCE

static final java.lang.String INITIAL_X_TRANSLATION_PREFERENCE
The preference id for the map's initial "X" translation

See Also:
Constant Field Values

INITIAL_Y_TRANSLATION_PREFERENCE

static final java.lang.String INITIAL_Y_TRANSLATION_PREFERENCE
The preference id for the map's initial "Y" translation

See Also:
Constant Field Values

ZOOM_RULER_SCALING_FACTOR_PREFERENCE

static final java.lang.String ZOOM_RULER_SCALING_FACTOR_PREFERENCE
The preference id for the scaling factor on the zoom ruler

See Also:
Constant Field Values

INITIAL_SCALE_SELECTION_PREFERENCE

static final java.lang.String INITIAL_SCALE_SELECTION_PREFERENCE
The preference id for the initial scale (zoom ruler) selection

See Also:
Constant Field Values