org.pentaho.plugin.jfreereport.reportcharts
Interface ChartExpression

All Superinterfaces:
Cloneable, org.pentaho.reporting.engine.classic.core.function.Expression, Serializable
All Known Subinterfaces:
MultiPlotChartExpression
All Known Implementing Classes:
AbstractChartExpression, AreaChartExpression, BarChartExpression, BarLineChartExpression, BubbleChartExpression, CategoricalChartExpression, ExtendedXYLineChartExpression, LineChartExpression, MultiPieChartExpression, PieChartExpression, RadarChartExpression, RingChartExpression, ScatterPlotChartExpression, StackedCategoricalChartExpression, WaterfallChartExpressions, XYAreaChartExpression, XYAreaLineChartExpression, XYBarChartExpression, XYChartExpression, XYLineChartExpression

public interface ChartExpression
extends org.pentaho.reporting.engine.classic.core.function.Expression

Todo: Document me!

Date: 15.06.2009 Time: 15:52:39

Author:
Thomas Morgner.

Method Summary
 String getDataSource()
           
 void setDataSource(String dataSource)
           
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.function.Expression
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, getValue, isActive, isDeepTraversing, isPreserve, setDependencyLevel, setName, setRuntime
 

Method Detail

getDataSource

String getDataSource()

setDataSource

void setDataSource(String dataSource)