public class SyntaxStyle extends Object
| Constructor and Description |
|---|
SyntaxStyle(Color fgColor,
Color bgColor,
Font font)
Creates a new SyntaxStyle.
|
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackgroundColor()
Returns the background color.
|
int |
getCharWidth()
Returns the character width of the monospaced font.
|
Font |
getFont()
Returns the style font.
|
Color |
getForegroundColor()
Returns the text color.
|
void |
setCharWidth(int charWidth)
Sets the character width of the monospaced font.
|
public Color getForegroundColor()
public Color getBackgroundColor()
public Font getFont()
public int getCharWidth()
public void setCharWidth(int charWidth)
charWidth - The character widthCopyright © 2017 etc.to. All rights reserved.