TextRenderer
public final class PlainTextRenderer extends Object implements TextRenderer
Constructor | Description |
---|---|
PlainTextRenderer() |
Modifier and Type | Method | Description |
---|---|---|
static PlainTextRenderer |
getInstance() |
|
void |
render(StringBuilder input,
StringBuilder output) |
Renders input text to an output.
|
void |
render(String input,
StringBuilder output,
String styleName) |
Renders input text to an output.
|
public static PlainTextRenderer getInstance()
public void render(String input, StringBuilder output, String styleName)
TextRenderer
render
in interface TextRenderer
input
- The inputoutput
- The outputstyleName
- The style name to use to render the input on the output.public void render(StringBuilder input, StringBuilder output)
TextRenderer
render
in interface TextRenderer
input
- The inputoutput
- The outputCopyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.