org.eclipse.birt.chart.internal.datafeed
Class DataProcessor

java.lang.Object
  extended byorg.eclipse.birt.chart.internal.datafeed.DataProcessor

public class DataProcessor
extends java.lang.Object

An internal class used for data binding, runtime series generating.


Constructor Summary
DataProcessor(RunTimeContext rtc, IActionEvaluator iae)
          The constructor.
 
Method Summary
 void generateRuntimeSeries(IDataRowExpressionEvaluator idre, Chart cm)
          Fills the model chart runtime series with the data
static java.util.List getRowExpressions(Chart cm, IActionEvaluator iae)
          Returns all associated datarow expressions in chart model
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataProcessor

public DataProcessor(RunTimeContext rtc,
                     IActionEvaluator iae)
The constructor.

Parameters:
rtc -
Method Detail

getRowExpressions

public static java.util.List getRowExpressions(Chart cm,
                                               IActionEvaluator iae)
                                        throws ChartException
Returns all associated datarow expressions in chart model

Throws:
ChartException

generateRuntimeSeries

public void generateRuntimeSeries(IDataRowExpressionEvaluator idre,
                                  Chart cm)
                           throws ChartException
Fills the model chart runtime series with the data

Throws:
ChartException


Copyright © 2005 Actuate Corp. All rights reserved.