org.pentaho.chart.plugin.openflashchart
Class OpenFlashChartPlugin
java.lang.Object
org.pentaho.chart.plugin.AbstractChartPlugin
org.pentaho.chart.plugin.openflashchart.OpenFlashChartPlugin
- All Implemented Interfaces:
- IChartPlugin
public class OpenFlashChartPlugin
- extends AbstractChartPlugin
- Author:
- arodriguez
PLUGIN_ID
public static final String PLUGIN_ID
- See Also:
- Constant Field Values
OpenFlashChartPlugin
public OpenFlashChartPlugin()
renderChartDocument
public IOutput renderChartDocument(ChartModel chartModel,
IChartDataModel chartTableModel)
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()