Searched refs:htmlFormatter (Results 1 – 2 of 2) sorted by relevance
106 final HTMLFormatter htmlFormatter = new HTMLFormatter(); in addHtmlFormatter() local107 htmlFormatter.setOutputEncoding(encoding); in addHtmlFormatter()108 htmlFormatter.setLocale(locale); in addHtmlFormatter()110 htmlFormatter.setFooterText(footer); in addHtmlFormatter()112 formatters.add(htmlFormatter.createVisitor(new FileMultiReportOutput( in addHtmlFormatter()
86 final HTMLFormatter htmlFormatter = new HTMLFormatter(); in createReport() local87 final IReportVisitor visitor = htmlFormatter in createReport()