public class ReportGenerator
extends java.lang.Object
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateReport()
Generates report based on data provided in constructor of ReportGenerator class.
|
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)