Class LagHTMLWriter

java.lang.Object
games.stendhal.tools.loganalyser.laganalyser.LagHTMLWriter

public class LagHTMLWriter extends Object
writes a colored html based lag report
Author:
hendrik
  • Constructor Details

  • Method Details

    • writeHeader

      public void writeHeader()
      writes the header of the html-file (including the content header).
    • writeTurnOverflows

      public void writeTurnOverflows(int[] times)
      writes a line
      Parameters:
      times - times
    • writeFooter

      public void writeFooter()
      writes the html footer.
    • close

      public void close()
      closes the output stream.