public class TextHighlightEffect
extends java.lang.Object
| Constructor and Description |
|---|
TextHighlightEffect() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toHighlightedText(java.lang.String plainText, int index, int len)
Constructs an HTML string that displays a highlighted portion of the specified plain text string.
|