Interface LinkRenderer


@Deprecated public interface LinkRenderer
Renderer for a link
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(LinkSpan link, CharSequence input, StringBuilder output)
    Deprecated.
    Render the supplied link of the input text to the supplied output.
  • Method Details

    • render

      void render(LinkSpan link, CharSequence input, StringBuilder output)
      Deprecated.
      Render the supplied link of the input text to the supplied output.
      Parameters:
      link - the link span of the link to render
      input - the input text where the link occurs
      output - the output to write the link to