public class PieChartJrxmlHandler extends AbstractChartJrxmlHandler
document
Constructor and Description |
---|
PieChartJrxmlHandler(ChartReportDTO chartReport) |
PieChartJrxmlHandler(String reportName) |
Modifier and Type | Method and Description |
---|---|
void |
addPieChartReport() |
protected void |
handleFields(String chartText,
ChartReportDTO chartReport,
String chartDatasetText,
String chartSeriesText,
String xExprtext,
String yExpreText) |
protected void |
handleLabels(String chartText,
String chartPlot,
ChartReportDTO chartReport) |
addCategorySeries, addChartReport, getCategorySeriesElement, handleChartFormat, setSeriesName
getComponentElement, getFileContent, getOMDocument, getSubDataSetElement, handleBackgroundColor, handleHeaderInformation, handleReportFormat, setBackgroundColor, setHeaderInformation, writeJrxmlFile
public PieChartJrxmlHandler(ChartReportDTO chartReport) throws XMLStreamException, FileNotFoundException, org.wso2.carbon.reporting.api.ReportingException
XMLStreamException
FileNotFoundException
org.wso2.carbon.reporting.api.ReportingException
public PieChartJrxmlHandler(String reportName) throws XMLStreamException, FileNotFoundException, org.wso2.carbon.reporting.api.ReportingException
XMLStreamException
FileNotFoundException
org.wso2.carbon.reporting.api.ReportingException
public void addPieChartReport() throws org.wso2.carbon.reporting.api.ReportingException
org.wso2.carbon.reporting.api.ReportingException
protected void handleFields(String chartText, ChartReportDTO chartReport, String chartDatasetText, String chartSeriesText, String xExprtext, String yExpreText) throws org.jaxen.JaxenException
handleFields
in class AbstractChartJrxmlHandler
org.jaxen.JaxenException
protected void handleLabels(String chartText, String chartPlot, ChartReportDTO chartReport) throws org.jaxen.JaxenException
handleLabels
in class AbstractChartJrxmlHandler
org.jaxen.JaxenException
Copyright © 2023 WSO2. All rights reserved.