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