Class HTMLFmter

java.lang.Object
edu.wisc.game.formatter.Fmter
edu.wisc.game.formatter.HTMLFmter

public class HTMLFmter
extends Fmter
Auxiliary class for formatting output as HTML.
  • Field Details

  • Constructor Details

    • HTMLFmter

      public HTMLFmter()
    • HTMLFmter

      public HTMLFmter​(File cssFile)
      Parameters:
      cssFile - The location of the CSS file which will be inserted into the head of the HTML report (both the the batch mode and in the GUI tool)
    • HTMLFmter

      public HTMLFmter​(String _cssUrl)
  • Method Details