Interface IRenderer

All Known Subinterfaces:
INavigator

public interface IRenderer
Author:
vlygeros
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The method to implement while using a specific renderer.
  • Method Details

    • doRender

      void doRender(IExecutionContext ec) throws IOException
      The method to implement while using a specific renderer.
      Parameters:
      ec - The execution context.
      Throws:
      IOException - The default exception.