public interface TextRenderer
Modifier and Type | Method and Description |
---|---|
void |
render(java.lang.StringBuilder input,
java.lang.StringBuilder output)
Renders input text to an output.
|
void |
render(java.lang.String input,
java.lang.StringBuilder output,
java.lang.String styleName)
Renders input text to an output.
|
void render(java.lang.String input, java.lang.StringBuilder output, java.lang.String styleName)
input
- The inputoutput
- The outputstyleName
- The style name to use to render the input on the output.void render(java.lang.StringBuilder input, java.lang.StringBuilder output)
input
- The inputoutput
- The output