Class TextTimingReportRenderer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void render​(TimingReport report, java.io.Writer writer)
      Renders the given report into the given writer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextTimingReportRenderer

        public TextTimingReportRenderer()
    • Method Detail

      • render

        public void render​(TimingReport report,
                           java.io.Writer writer)
                    throws java.io.IOException
        Description copied from interface: TimingReportRenderer
        Renders the given report into the given writer.
        Specified by:
        render in interface TimingReportRenderer
        Parameters:
        report - The report data to render
        writer - The writer on which to render
        Throws:
        java.io.IOException - if the write operation fails