Uses of Class
org.cesilko.rachota.gui.HistoryChart
-
Packages that use HistoryChart Package Description org.cesilko.rachota.gui -
-
Uses of HistoryChart in org.cesilko.rachota.gui
Fields in org.cesilko.rachota.gui declared as HistoryChart Modifier and Type Field Description private 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 HistoryChart 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)ReportWizard(java.util.Vector days, HistoryChart chart, AbstractTaskFilter highlightFilter, java.util.Vector selectFilters)Constructor or report generation wizard.
-