Package org.cesilko.rachota.gui
Class ReportGenerator
- java.lang.Object
-
- org.cesilko.rachota.gui.ReportGenerator
-
public class ReportGenerator extends java.lang.Object
Helper class for generation of HTML/TXT/CSV reports.
-
-
Constructor Summary
Constructors Constructor Description ReportGenerator(java.io.File file, java.lang.String title, boolean showChart, boolean showFilters, java.lang.String rowsRepresent, boolean includeDuration, boolean includeProjectsTasks, boolean includeOccurrences, boolean includeNotes, java.lang.String sortBy, java.util.Vector days, HistoryChart chart, AbstractTaskFilter highlightFilter, java.util.Vector selectFilters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generateReport()
Generates report based on data provided in constructor of ReportGenerator class.
-
-
-
Constructor Detail
-
ReportGenerator
public ReportGenerator(java.io.File file, java.lang.String title, boolean showChart, boolean showFilters, java.lang.String rowsRepresent, boolean includeDuration, boolean includeProjectsTasks, boolean includeOccurrences, boolean includeNotes, java.lang.String sortBy, java.util.Vector days, HistoryChart chart, AbstractTaskFilter highlightFilter, java.util.Vector selectFilters)
-
-