org.pentaho.chart.plugin.xml
Class XmlChartPlugin
java.lang.Object
org.pentaho.chart.plugin.AbstractChartPlugin
org.pentaho.chart.plugin.xml.XmlChartPlugin
- All Implemented Interfaces:
- IChartPlugin
public class XmlChartPlugin
- extends AbstractChartPlugin
Todo: Document Me
- Author:
- Thomas Morgner
PLUGIN_ID
public static final String PLUGIN_ID
- See Also:
- Constant Field Values
XmlChartPlugin
public XmlChartPlugin()
renderChartDocument
public IOutput renderChartDocument(ChartModel chartModel,
IChartDataModel data)
renderChartDocument
public IOutput renderChartDocument(ChartDocumentContext chartDocumentContext,
ChartTableModel data)
- Description copied from interface:
IChartPlugin
- Renders the chart based on the chartDocument and data. Chart can be accessed via the output parameter
which gets returned from this method call
- Returns:
- IOutput
getSupportedOutputs
public Set<IOutput.OutputTypes> getSupportedOutputs()
- Description copied from interface:
IChartPlugin
- Returns a set of OutputTypes that this plugin can return (via the IOutput returned from renderChartDocument).
- Returns:
getPluginId
public String getPluginId()