Uses of Interface
org.pentaho.chart.plugin.IChartPlugin

Packages that use IChartPlugin
org.pentaho.chart   
org.pentaho.chart.plugin   
org.pentaho.chart.plugin.jfreechart   
org.pentaho.chart.plugin.openflashchart   
org.pentaho.chart.plugin.xml   
 

Uses of IChartPlugin in org.pentaho.chart
 

Methods in org.pentaho.chart that return IChartPlugin
static IChartPlugin ChartFactory.getPlugin(String pluginId)
           
static IChartPlugin ChartBeanFactory.getPlugin(String pluginId)
           
 

Method parameters in org.pentaho.chart with type arguments of type IChartPlugin
static void ChartFactory.loadDefaultChartPlugins(List<IChartPlugin> plugins)
          This method is called from a platform system listener on startup, to initialize the available plugins from the chartbeans configuration file.
static void ChartBeanFactory.loadDefaultChartPlugins(List<IChartPlugin> plugins)
          This method is called from a platform system listener on startup, to initialize the available plugins from the chartbeans configuration file.
 

Uses of IChartPlugin in org.pentaho.chart.plugin
 

Classes in org.pentaho.chart.plugin that implement IChartPlugin
 class AbstractChartPlugin
           
 

Methods in org.pentaho.chart.plugin that return IChartPlugin
static IChartPlugin ChartPluginFactory.getInstance()
          Creates an instance of the IChartPlugin as defined in the chart.properties document if one doesn't already exist.
static IChartPlugin ChartPluginFactory.getInstance(String className)
          Returns an instance of the IChartPlugin from the className.
 

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

Classes in org.pentaho.chart.plugin.jfreechart that implement IChartPlugin
 class JFreeChartPlugin
           
 

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

Classes in org.pentaho.chart.plugin.openflashchart that implement IChartPlugin
 class OpenFlashChartPlugin
           
 

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

Classes in org.pentaho.chart.plugin.xml that implement IChartPlugin
 class XmlChartPlugin
          Todo: Document Me