Modifier and Type | Class and Description |
---|---|
class |
StyledBlock
A block with a style
|
Modifier and Type | Method and Description |
---|---|
Block |
CharIter.markedToBlock() |
Block |
CharIter.markedToStyledBlock(java.lang.String styleName)
Create a style block, unless the stylename is equale to
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Block> |
MainHighlighter.highlight(java.lang.String source)
Convert the input string into a collection of text blocks
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Highlighter.highlight(CharIter in,
java.util.List<Block> out)
Perform highlighting on the current token stream.
|