Class LagHTMLWriter
java.lang.Object
games.stendhal.tools.loganalyser.laganalyser.LagHTMLWriter
writes a colored html based lag report
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
closes the output stream.void
writes the html footer.void
writes the header of the html-file (including the content header).void
writeTurnOverflows(int[] times)
writes a line
-
Constructor Details
-
LagHTMLWriter
creates a new LagHTMLWriter- Parameters:
outputFileName
- name of file to write- Throws:
FileNotFoundException
- in case
-
-
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
-
close
public void close()closes the output stream.
-