Uses of Class
org.ow2.clif.analyze.lib.report.Section
-
Packages that use Section Package Description org.ow2.clif.analyze.lib.graph.gui org.ow2.clif.analyze.lib.report -
-
Uses of Section in org.ow2.clif.analyze.lib.graph.gui
Methods in org.ow2.clif.analyze.lib.graph.gui that return Section Modifier and Type Method Description SectionReportManagerView. getNextSection(Section sec)SectionReportManagerView. getOtherSection(Section sec)SectionReportManagerView. getPreviousSection(Section sec)SectionDataAccess. getSection(Dataset current)SectionReportManagerView. getSection(java.lang.String name)SectionReportManagerView. getSelectedSection()Methods in org.ow2.clif.analyze.lib.graph.gui with parameters of type Section Modifier and Type Method Description voidReportManager. addAggregateDataset(Section sec)voidReportManager. addDataset(Section sec)voidRMReportTree. addDatasetToSection(Section sec, Dataset dataset)voidReportManager. addMultipleDataset(Section sec)voidRMReportTree. addSectionToReport(Section section)voidReportManager. addSimpleDataset(Section sec)voidDataAccess. computeSectionStatistics(Section section)based on "performStatAnalysis"'s value, computes all statistics for the dataset.org.jfree.chart.JFreeChartDataAccess. createJFreeChart(Section sec)Dataset[]ReportManagerView. getDatasets(Section _sec)SectionReportManagerView. getNextSection(Section sec)SectionReportManagerView. getOtherSection(Section sec)SectionReportManagerView. getPreviousSection(Section sec)longDataAccess. getTimeEnd(Section sec)longDataAccess. getTimeStart(Section sec)voidReportManager. removeSection(Section sec)voidReportManagerView. selectSection(Section sec, int depth)voidRMChartsView. selectSection(Section section, int depth)voidRMOptionsView. selectSection(Section sec, int depth)voidRMReportTree. selectSection(Section section, int depth)voidRMChartsView. selectTabBySectionName(Section sec, int depth)voidReportManagerView. setSelectedSection(Section sec, int depth)voidReportManagerView. updateSectionDisplay(Section sec)Updates all displays after a change in chartRepresentation (TIME_BASED, HISTOGRAM, QUANTILE, BOXPLOT) or after a modification on datasets (adding or removing), or on draw start and end times.voidRMOptionsView. updateSectionFromGui(Section sec) -
Uses of Section in org.ow2.clif.analyze.lib.report
Fields in org.ow2.clif.analyze.lib.report with type parameters of type Section Modifier and Type Field Description protected java.util.List<Section>Report. sectionsMethods in org.ow2.clif.analyze.lib.report that return Section Modifier and Type Method Description SectionReport. addDataset(Dataset _dataset, int _order)SectionReport. addDatasetToReport(Dataset _dataset)SectionChart. getSection()SectionDataset. getSection()SectionStatistics. getSection()SectionReport. getSectionByTitle(java.lang.String title)Methods in org.ow2.clif.analyze.lib.report that return types with arguments of type Section Modifier and Type Method Description java.util.List<Section>Report. getSections()Methods in org.ow2.clif.analyze.lib.report with parameters of type Section Modifier and Type Method Description intSection. compareToByOrder(Section _sectionB)booleanReport. removeSection(Section sec)voidDataset. setSection(Section section)voidStatistics. setSection(Section section)Method parameters in org.ow2.clif.analyze.lib.report with type arguments of type Section Modifier and Type Method Description voidReport. setSectionsList(java.util.ArrayList<Section> sections)Constructors in org.ow2.clif.analyze.lib.report with parameters of type Section Constructor Description Chart(Section section, java.lang.String title, Section.ChartRepresentation representation)Chart(Section section, java.lang.String title, Section.ChartRepresentation representation, long startTime, long endTime, int numberOfSlices, int quantilesNumber)Chart(Section section, java.lang.String title, Section.ChartRepresentation representation, long startTime, long endTime, int numberOfSlices, int quantilesNumber, org.jfree.chart.JFreeChart jfChart)
-