Class PlainTextRenderer

    • Constructor Detail

      • PlainTextRenderer

        public PlainTextRenderer()
    • Method Detail

      • render

        public void render​(String input,
                           StringBuilder output,
                           String styleName)
        Description copied from interface: TextRenderer
        Renders input text to an output.
        Specified by:
        render in interface TextRenderer
        Parameters:
        input - The input
        output - The output
        styleName - The style name to use to render the input on the output.