Interface Renderable

All Known Implementing Classes:
Datum1RenderableRole, Datum2RenderableRole, StringRenderableRole

public interface Renderable
Author:
Fabrizio Giudici
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Class<Renderable>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    renderTo(Consumer<String> renderingContext)
     
  • Field Details

  • Method Details

    • renderTo

      void renderTo(@Nonnull Consumer<String> renderingContext)