public class Highlighter
extends java.lang.Object
Constructor and Description |
---|
Highlighter()
Public constructor sets the theme to the default.
|
Modifier and Type | Method and Description |
---|---|
CellAttributes |
getColor(java.lang.String name)
Retrieve the CellAttributes for a named theme color.
|
void |
setJavaColors()
Sets to defaults that resemble the Borland IDE colors.
|
boolean |
shouldSplit(int ch)
See if this is a character that should split a word.
|
public Highlighter()
public boolean shouldSplit(int ch)
ch
- the characterpublic CellAttributes getColor(java.lang.String name)
name
- theme color name, e.g. "twindow.border"public void setJavaColors()
Copyright © 2019 Kevin Lamonte. Licensed MIT.