java.lang.Object
org.gjt.sp.jedit.syntax.SyntaxStyle
A simple text style class. It can specify the color, italic flag,
and bold flag of a run of text.
- Version:
- $Id: SyntaxStyle.java 25170 2020-04-11 14:33:46Z kpouer $
- Author:
- Slava Pestov
-
Constructor Summary
ConstructorDescriptionSyntaxStyle
(Color fgColor, Color bgColor, Font font) Creates a new SyntaxStyle. -
Method Summary
-
Constructor Details
-
SyntaxStyle
Creates a new SyntaxStyle.- Parameters:
fgColor
- The text colorbgColor
- The background colorfont
- The text font
-
-
Method Details