com.togethersoft.openapi.ide.editor
Class IdeEditorStyledChar


public class IdeEditorStyledChar

Instances of this class are used to store data of a character and its color and format.


IdeEditor manages Together's text editor.
IdeEditorStyledCharSource determines the source of characters.

Author:
TogetherSoft
Since: Together 4.0

Field Summary
 ColorbackColor
          Defines background color of the text.
 intfontAttr
          Defines attributes of font format: regular, bold or italic.
 charsymbol
          Defines the character.
 ColortextColor
          Defines foreground color of the text.

Field Detail

backColor

public Color backColor
Defines background color of the text.

fontAttr

public int fontAttr
Defines attributes of font format: regular, bold or italic.

symbol

public char symbol
Defines the character.

textColor

public Color textColor
Defines foreground color of the text.

Association Links

to Class java.awt.Color

Defines foreground color of the text.

to Class java.awt.Color

Defines background color of the text.