Uses of Interface
org.eclipse.birt.chart.datafeed.IDataSetProcessor

Packages that use IDataSetProcessor
org.eclipse.birt.chart.api   
org.eclipse.birt.chart.datafeed Provides classes and interfaces that determine how a user's custom dataset needs to be interpreted. 
org.eclipse.birt.chart.script   
org.eclipse.birt.chart.util Provides miscellaneous classes associated with data types and extension lookup services. 
 

Uses of IDataSetProcessor in org.eclipse.birt.chart.api
 

Methods in org.eclipse.birt.chart.api that return IDataSetProcessor
 IDataSetProcessor ChartEngine.getDataSetProcessor(java.lang.Class cSeries)
          Retrieves the first instance of a data set processor registered as an extension for a given series type.
 IDataSetProcessor ChartEngine.getDataSetProcessor(java.lang.Class cSeries)
          Retrieves the first instance of a data set processor registered as an extension for a given series type.
 

Uses of IDataSetProcessor in org.eclipse.birt.chart.datafeed
 

Classes in org.eclipse.birt.chart.datafeed that implement IDataSetProcessor
 class DataSetAdapter
          Provides a no-op implementation of the IDataSetProcessorinterface definition to be subclassed by each extension writer as needed.
 

Uses of IDataSetProcessor in org.eclipse.birt.chart.script
 

Methods in org.eclipse.birt.chart.script with parameters of type IDataSetProcessor
 void IChartEventHandler.beforeDataSetFilled(Series series, IDataSetProcessor idsp, IChartScriptContext icsc)
          Called before populating the series dataset using the DataSetProcessor.
 void ChartEventHandlerAdapter.beforeDataSetFilled(Series series, IDataSetProcessor idsp, IChartScriptContext icsc)
           
 

Uses of IDataSetProcessor in org.eclipse.birt.chart.util
 

Methods in org.eclipse.birt.chart.util that return IDataSetProcessor
 IDataSetProcessor PluginSettings.getDataSetProcessor(java.lang.Class cSeries)
          Retrieves the first instance of a data set processor registered as an extension for a given series type.
 



Copyright © 2005-2007 Actuate Corp. All rights reserved.