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 HistoryChartReportGenerator.chartprivate HistoryChartReportWizard.chartHistory chart to be included in case user selects HTML type and wants it.private HistoryChartHistoryView.historyChartHistory 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.