public class MatchHighlighter extends Object implements Highlighter
Constructor and Description |
---|
MatchHighlighter() |
Modifier and Type | Method and Description |
---|---|
void |
paintHighlight(Graphics g,
String entryText,
String searchText)
Paint the given text, highlighting the portion that appears in
the match string.
|
public void paintHighlight(Graphics g, String entryText, String searchText)
paintHighlight
in interface Highlighter
g
- Graphics object to paint ontext
- text to paintCopyright © 2001-2013 the JGloss developers. All Rights Reserved.