Modifier and Type | Method and Description |
---|---|
Map[] |
DataSourceHandler.createMapDataSource(ChartReportDTO chartReport) |
Modifier and Type | Method and Description |
---|---|
ChartReportDTO |
ChartMetaDataHandler.getChartReportMetaData(String reportName) |
Constructor and Description |
---|
ChartMetaDataHandler(ChartReportDTO tableReport) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractChartJrxmlHandler.addChartReport(String chartText,
String chartPlot,
String chartDatasetText,
String chartSeriesText,
String xExprtext,
String yExpreText,
ChartReportDTO chartReport) |
void |
AbstractXYChartJrxmlHandler.addXYChartReport(String chartText,
String chartPlot,
ChartReportDTO ChartReport) |
protected void |
AbstractXYChartJrxmlHandler.handleFields(String chartText,
ChartReportDTO chartReport,
String chartDatasetText,
String chartSeriesText,
String xExprtext,
String yExpreText) |
protected void |
AbstractChartJrxmlHandler.handleFields(String chartText,
ChartReportDTO chartReport,
String chartDatasetText,
String chartSeriesText,
String xExprtext,
String yExpreText) |
protected void |
PieChartJrxmlHandler.handleFields(String chartText,
ChartReportDTO chartReport,
String chartDatasetText,
String chartSeriesText,
String xExprtext,
String yExpreText) |
protected void |
AbstractChartJrxmlHandler.handleLabels(String chartText,
String chartPlot,
ChartReportDTO chartReport) |
protected void |
PieChartJrxmlHandler.handleLabels(String chartText,
String chartPlot,
ChartReportDTO chartReport) |
Constructor and Description |
---|
AbstractChartJrxmlHandler(ChartReportDTO report,
String jrxmlFileName) |
AbstractXYChartJrxmlHandler(ChartReportDTO report,
String jrxmlFileName) |
AreaChartJrxmlHandler(ChartReportDTO chartReport) |
BarChartJrxmlHandler(ChartReportDTO chartReport) |
LineChartJrxmlHandler(ChartReportDTO chartReport) |
PieChartJrxmlHandler(ChartReportDTO chartReport) |
StackedAreaChartJrxmlHandler(ChartReportDTO chartReport) |
StackedBarChartJrxmlHandler(ChartReportDTO chartReport) |
XYAreaChartJrxmlHandler(ChartReportDTO chartReport) |
XYBarChartJrxmlHandler(ChartReportDTO chartReport) |
XYLineChartJrxmlHandler(ChartReportDTO chartReport) |
Modifier and Type | Method and Description |
---|---|
void |
ReportTemplateAdmin.addNewChartReport(ChartReportDTO chartReport) |
Copyright © 2024 WSO2. All rights reserved.