vipratech.awt
Interface InterfaceProperties

All Known Implementing Classes:
AnalogMeter, ControlButtonIcon, Digit, DigitalMeter, Gasauswahl, HorizontalSlider, HorizontalSliderButton, LanguageChoice, MainButtonIcon, MeterSupport, TabSupport, VCanvas, VCheckbox, VComponent, VerticalSliderButton, VLabel, VPanel, VSAAuswahl, XYGraph

public abstract interface InterfaceProperties

The InterfaceProperties interface can be implemented by any class that wishes to use the default colours, font and language resource bundles that are set up in the interface. The interface is used to ensure a consistent appearance of the GUI (graphical user interface) presented to the user.

Version:
1.03, March 08 2001
Author:
Warwick Bailey   warwick-bailey@bigfoot.com

Field Summary
static java.awt.Color activeCaption
          The color of GUI title bar text.
static java.awt.Color activeCaptionText
          The color of GUI title bar.
static java.awt.Color control
          The color of GUI control components.
static java.awt.Color controlHighlight
          The color of GUI highlights.
static java.awt.Color controlLtHighlight
          The color of GUI light highlights.
static java.awt.Color controlShadow
          The color of GUI shadow.
static java.awt.Color controlText
          The color of GUI text.
static java.awt.Font defaultFont
          The default font for all control components in the GUI.
static java.lang.String defaultFontName
          The default font name for all control components in the GUI.
static int defaultFontSize
          The default font size for all control components in the GUI.
static int defaultFontStyle
          The default font style for all control components in the GUI.
static java.awt.Color[] rootColor
          An indexed array of 5 colors that are used, for example, in different graph traces.
static java.awt.Color textInactiveText
          The color of GUI inactive text.
 

Field Detail

control

public static final java.awt.Color control
The color of GUI control components.

controlHighlight

public static final java.awt.Color controlHighlight
The color of GUI highlights.

controlLtHighlight

public static final java.awt.Color controlLtHighlight
The color of GUI light highlights.

controlShadow

public static final java.awt.Color controlShadow
The color of GUI shadow.

controlText

public static final java.awt.Color controlText
The color of GUI text.

textInactiveText

public static final java.awt.Color textInactiveText
The color of GUI inactive text.

activeCaptionText

public static final java.awt.Color activeCaptionText
The color of GUI title bar.

activeCaption

public static final java.awt.Color activeCaption
The color of GUI title bar text.

rootColor

public static final java.awt.Color[] rootColor
An indexed array of 5 colors that are used, for example, in different graph traces. The colors are rootColor[0](red), rootColor[1](blue), rootColor[3](green), rootColor[4](dark orange) and rootColor[4](magenta).

defaultFontName

public static final java.lang.String defaultFontName
The default font name for all control components in the GUI.

defaultFontStyle

public static final int defaultFontStyle
The default font style for all control components in the GUI.

defaultFontSize

public static final int defaultFontSize
The default font size for all control components in the GUI.

defaultFont

public static final java.awt.Font defaultFont
The default font for all control components in the GUI.

dathe@chemie.uni-leipzig.de"

http://leipzig.vernetztes-studium.de