Uses of Interface
org.eclipse.birt.chart.script.IScriptContext
Packages that use IScriptContext
Package
Description
Contains classes and interfaces used in the chart building and generation
phase.
-
Uses of IScriptContext in org.eclipse.birt.chart.factory
Methods in org.eclipse.birt.chart.factory that return IScriptContextModifier and TypeMethodDescriptionRunTimeContext.getScriptContext()
Returns an instance of a script context associated with the chart being generated.Methods in org.eclipse.birt.chart.factory with parameters of type IScriptContextModifier and TypeMethodDescriptionvoid
RunTimeContext.setScriptContext
(IScriptContext csc) Sets an instance of a chart script context associated with the chart being generated. -
Uses of IScriptContext in org.eclipse.birt.chart.script
Subinterfaces of IScriptContext in org.eclipse.birt.chart.scriptModifier and TypeInterfaceDescriptioninterface
This interface allows the script to get access to common chart varialbes and communicate with an external context.Classes in org.eclipse.birt.chart.script that implement IScriptContextModifier and TypeClassDescriptionclass
The abstract class implements common methods to store script contexts.class
An internal implementation for IChartScriptContextMethods in org.eclipse.birt.chart.script with parameters of type IScriptContextModifier and TypeMethodDescriptionvoid
AbstractScriptHandler.setScriptContext
(IScriptContext csc) Sets the context object of current script handler.