Community
Participate
Working Groups
import org.eclipse.birt.chart.computation.DataPointHints;
import org.eclipse.birt.chart.computation.LegendEntryRenderingHints;
import org.eclipse.birt.chart.computation.PlotComputation;
import org.eclipse.birt.chart.datafeed.IDataSetProcessor;
import org.eclipse.birt.chart.engine.i18n.Messages;
import org.eclipse.birt.chart.exception.ChartException;
(Label) tmpArgs[1],
(IChartScriptContext) tmpArgs[2] );
}
else if ( ScriptHandler.BEFORE_COMPUTATIONS.equals( name ) )
{
javahandler.beforeComputations( (Chart) tmpArgs[0],
(PlotComputation) tmpArgs[1] );
else if ( ScriptHandler.AFTER_COMPUTATIONS.equals( name ) )
javahandler.afterComputations( (Chart) tmpArgs[0],
else
assert false;