Uses of Class
org.cesilko.rachota.gui.HistoryChart
Packages that use HistoryChart
-
Uses of HistoryChart in org.cesilko.rachota.gui
Fields in org.cesilko.rachota.gui declared as HistoryChartModifier and TypeFieldDescriptionprivate HistoryChart
ReportGenerator.chart
private HistoryChart
ReportWizard.chart
History chart to be included in case user selects HTML type and wants it.private HistoryChart
HistoryView.historyChart
History chart painter.Constructors in org.cesilko.rachota.gui with parameters of type HistoryChartModifierConstructorDescriptionReportGenerator
(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) ReportWizard
(Vector days, HistoryChart chart, AbstractTaskFilter highlightFilter, Vector selectFilters) Constructor or report generation wizard.