public interface LinkRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
render(LinkSpan link,
CharSequence input,
StringBuilder output)
Render the supplied link of the input text to the supplied output.
|
void render(LinkSpan link, CharSequence input, StringBuilder output)
link - the link span of the link to renderinput - the input text where the link occursoutput - the output to write the link toCopyright © 2016. All rights reserved.