public abstract class AbstractChartJrxmlHandler extends AbstractJrxmlHandler
document
Constructor and Description |
---|
AbstractChartJrxmlHandler(ChartReportDTO report,
String jrxmlFileName) |
AbstractChartJrxmlHandler(String reportName) |
Modifier and Type | Method and Description |
---|---|
protected void |
addCategorySeries(String xField,
String yFiled,
String seriesName,
String chartText,
String chartDatasetText,
String chartSeriesText,
String xExpreText,
String yExpreText) |
protected void |
addChartReport(String chartText,
String chartPlot,
String chartDatasetText,
String chartSeriesText,
String xExprtext,
String yExpreText,
ChartReportDTO chartReport) |
protected org.apache.axiom.om.OMElement |
getCategorySeriesElement(String chartText,
String chartDatasetText,
String chartSeriesText) |
protected void |
handleChartFormat(String chartText) |
protected void |
handleFields(String chartText,
ChartReportDTO chartReport,
String chartDatasetText,
String chartSeriesText,
String xExprtext,
String yExpreText) |
protected void |
handleLabels(String chartText,
String chartPlot,
ChartReportDTO chartReport) |
protected void |
setSeriesName(String name,
org.apache.axiom.om.OMElement categorySeriesElement) |
getComponentElement, getFileContent, getOMDocument, getSubDataSetElement, handleBackgroundColor, handleHeaderInformation, handleReportFormat, setBackgroundColor, setHeaderInformation, writeJrxmlFile
public AbstractChartJrxmlHandler(ChartReportDTO report, String jrxmlFileName) throws XMLStreamException, FileNotFoundException, org.wso2.carbon.reporting.api.ReportingException
XMLStreamException
FileNotFoundException
org.wso2.carbon.reporting.api.ReportingException
public AbstractChartJrxmlHandler(String reportName) throws XMLStreamException, org.wso2.carbon.reporting.api.ReportingException, FileNotFoundException
XMLStreamException
org.wso2.carbon.reporting.api.ReportingException
FileNotFoundException
protected void handleChartFormat(String chartText) throws org.jaxen.JaxenException
org.jaxen.JaxenException
protected void addChartReport(String chartText, String chartPlot, String chartDatasetText, String chartSeriesText, String xExprtext, String yExpreText, ChartReportDTO chartReport) 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
org.jaxen.JaxenException
protected org.apache.axiom.om.OMElement getCategorySeriesElement(String chartText, String chartDatasetText, String chartSeriesText) throws org.jaxen.JaxenException
org.jaxen.JaxenException
protected void addCategorySeries(String xField, String yFiled, String seriesName, String chartText, String chartDatasetText, String chartSeriesText, String xExpreText, String yExpreText) throws org.jaxen.JaxenException
org.jaxen.JaxenException
protected void setSeriesName(String name, org.apache.axiom.om.OMElement categorySeriesElement) throws org.jaxen.JaxenException
org.jaxen.JaxenException
protected void handleLabels(String chartText, String chartPlot, ChartReportDTO chartReport) throws org.jaxen.JaxenException
org.jaxen.JaxenException
Copyright © 2019 WSO2. All rights reserved.