Uses of Interface
org.eclipse.birt.chart.script.IExternalContext
Packages that use IExternalContext
Package
Description
Contains classes and interfaces used in the chart building and generation
phase.
-
Uses of IExternalContext in org.eclipse.birt.chart.factory
Methods in org.eclipse.birt.chart.factory with parameters of type IExternalContextModifier and TypeMethodDescriptionGenerator.build
(IDisplayServer ids, Chart cmRunTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc) Builds and computes preferred sizes of various chart components offscreen using the provided display server.Generator.build
(IDisplayServer ids, Chart cmRunTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc, org.eclipse.birt.chart.style.IStyleProcessor externalProcessor) Builds and computes preferred sizes of various chart components offscreen using the provided display server.IGenerator.build
(IDisplayServer ids, Chart cmDesignTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc) Builds and computes preferred sizes of various chart components offscreen using the provided display server.IGenerator.build
(IDisplayServer ids, Chart cmDesignTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc, org.eclipse.birt.chart.style.IStyleProcessor externalProcessor) Builds and computes preferred sizes of various chart components offscreen using the provided display server.Generator.prepare
(Chart model, IExternalContext externalContext, IScriptClassLoader iscl, com.ibm.icu.util.ULocale locale) Since v2, it must be called before build( ), and should only be called once per design model.Generator.prepare
(Chart model, IExternalContext externalContext, IScriptClassLoader iscl, Locale locale) Deprecated.IGenerator.prepare
(Chart model, IExternalContext externalContext, IScriptClassLoader iscl, com.ibm.icu.util.ULocale locale) Since v2, it must be called before build( ), and should only be called once per design model. -
Uses of IExternalContext in org.eclipse.birt.chart.script
Methods in org.eclipse.birt.chart.script that return IExternalContextModifier and TypeMethodDescriptionAbstractScriptContext.getExternalContext()
IScriptContext.getExternalContext()
Methods in org.eclipse.birt.chart.script with parameters of type IExternalContextModifier and TypeMethodDescriptionvoid
AbstractScriptContext.setExternalContext
(IExternalContext externalContext)
Generator.prepare(Chart, IExternalContext, IScriptClassLoader, ULocale)
instead.