Class LagHTMLWriter
java.lang.Object
games.stendhal.tools.loganalyser.laganalyser.LagHTMLWriter
writes a colored html based lag report
- Author:
- hendrik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()closes the output stream.voidwrites the html footer.voidwrites the header of the html-file (including the content header).voidwriteTurnOverflows(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.
-