Uses of Interface
org.pentaho.chart.plugin.api.IOutput

Packages that use IOutput
org.pentaho.chart.plugin   
org.pentaho.chart.plugin.jfreechart   
org.pentaho.chart.plugin.jfreechart.outputs   
org.pentaho.chart.plugin.openflashchart   
org.pentaho.chart.plugin.openflashchart.outputs   
org.pentaho.chart.plugin.xml   
 

Uses of IOutput in org.pentaho.chart.plugin
 

Methods in org.pentaho.chart.plugin that return IOutput
 IOutput IChartPlugin.renderChartDocument(ChartDocumentContext chartDocumentContext, ChartTableModel data)
          Renders the chart based on the chartDocument and data.
 IOutput IChartPlugin.renderChartDocument(ChartModel chartDocumentContext, IChartDataModel data)
           
 

Methods in org.pentaho.chart.plugin with parameters of type IOutput
static void OutputUtils.persistChart(IOutput output, String filePath, IOutput.OutputTypes fileType, int width, int height)
           
static void OutputUtils.persistMap(IOutput output, String filePath)
          Persists the current map to the filePath.
 

Uses of IOutput in org.pentaho.chart.plugin.jfreechart
 

Methods in org.pentaho.chart.plugin.jfreechart that return IOutput
 IOutput JFreeChartFactoryEngine.makeChart(ChartModel chartModel, IChartDataModel chartDataModel)
           
 IOutput JFreeChartFactoryEngine.makeChart(ChartTableModel data, ChartDocumentContext chartDocumentContext, ChartResult chartResult)
           
 IOutput JFreeChartPlugin.renderChartDocument(ChartDocumentContext chartDocumentContext, ChartTableModel data)
           
 IOutput JFreeChartPlugin.renderChartDocument(ChartModel chartModel, IChartDataModel data)
           
 

Uses of IOutput in org.pentaho.chart.plugin.jfreechart.outputs
 

Classes in org.pentaho.chart.plugin.jfreechart.outputs that implement IOutput
 class JFreeChartOutput
           
 

Uses of IOutput in org.pentaho.chart.plugin.openflashchart
 

Methods in org.pentaho.chart.plugin.openflashchart that return IOutput
 IOutput OpenFlashChartFactoryEngine.makeChart(ChartModel chartModel, IChartDataModel chartTableModel)
           
 IOutput OpenFlashChartFactoryEngine.makeChart(ChartTableModel chartTableModel, ChartDocumentContext chartDocumentContext, ChartResult chartResult)
          Deprecated.  
 IOutput OpenFlashChartPlugin.renderChartDocument(ChartDocumentContext chartDocumentContext, ChartTableModel data)
           
 IOutput OpenFlashChartPlugin.renderChartDocument(ChartModel chartModel, IChartDataModel chartTableModel)
           
 

Uses of IOutput in org.pentaho.chart.plugin.openflashchart.outputs
 

Classes in org.pentaho.chart.plugin.openflashchart.outputs that implement IOutput
 class OpenFlashChartOutput
           
 

Uses of IOutput in org.pentaho.chart.plugin.xml
 

Classes in org.pentaho.chart.plugin.xml that implement IOutput
 class XmlChartOutput
          Todo: Document Me
 

Methods in org.pentaho.chart.plugin.xml that return IOutput
 IOutput XmlChartPlugin.renderChartDocument(ChartDocumentContext chartDocumentContext, ChartTableModel data)
           
 IOutput XmlChartPlugin.renderChartDocument(ChartModel chartModel, IChartDataModel data)