Package org.gjt.sp.jedit.syntax
Class SyntaxStyle
- java.lang.Object
-
- org.gjt.sp.jedit.syntax.SyntaxStyle
-
public class SyntaxStyle extends java.lang.Object
A simple text style class. It can specify the color, italic flag, and bold flag of a run of text.- Version:
- $Id: SyntaxStyle.java 21831 2012-06-18 22:54:17Z ezust $
- Author:
- Slava Pestov
-
-
Constructor Summary
Constructors Constructor Description SyntaxStyle(java.awt.Color fgColor, java.awt.Color bgColor, java.awt.Font font)
Creates a new SyntaxStyle.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Color
getBackgroundColor()
Returns the background color.java.awt.Font
getFont()
Returns the style font.java.awt.Color
getForegroundColor()
Returns the text color.
-