Deprecated Methods |
org.eclipse.birt.chart.factory.Generator.build(IDisplayServer, Chart, Scriptable, Bounds, RunTimeContext)
|
org.eclipse.birt.chart.factory.Generator.build(IDisplayServer, Chart, Scriptable, Bounds, RunTimeContext)
|
org.eclipse.birt.chart.factory.Generator.build(IDisplayServer, Chart, Scriptable, Bounds, RunTimeContext, IStyleProcessor)
|
org.eclipse.birt.chart.factory.Generator.build(IDisplayServer, Chart, Scriptable, Bounds, RunTimeContext, IStyleProcessor)
|
org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl.getPackage()
|
org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl.getPackage()
|
org.eclipse.birt.chart.model.data.impl.DataFactoryImpl.getPackage()
|
org.eclipse.birt.chart.model.impl.ModelFactoryImpl.getPackage()
|
org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl.getPackage()
|
org.eclipse.birt.chart.model.type.impl.TypeFactoryImpl.getPackage()
|
org.eclipse.birt.chart.model.ScriptHandler.jsFunction_clone(Object)
Not used anymore. |
org.eclipse.birt.chart.model.ScriptHandler.jsFunction_getDesignTimeModel()
Not used anymore. |
org.eclipse.birt.chart.model.ScriptHandler.jsFunction_getGeneratedChartState()
Not used anymore. |
org.eclipse.birt.chart.model.ScriptHandler.jsFunction_getLocale()
Call IChartScriptContext.getLocale() instead. |
org.eclipse.birt.chart.model.ScriptHandler.jsFunction_getRunTimeModel()
Call IChartScriptContext.getChartInstance() instead. |
org.eclipse.birt.chart.log.impl.DefaultLoggerImpl.logFromScript(String)
Logs messages originating from scripts associated with a chart model. |
org.eclipse.birt.chart.model.ScriptHandler.setDesignTimeModel(Chart)
Not used anymore. |
org.eclipse.birt.chart.model.ScriptHandler.setGeneratedChartState(GeneratedChartState)
Not used anymore. |
org.eclipse.birt.chart.model.ScriptHandler.setLocale(Locale)
Not used anymore. Use IChartScriptContext to store the locale
now. |
org.eclipse.birt.chart.model.ScriptHandler.setRunTimeModel(Chart)
Not used anymore. Use IChartScriptContext to store the
run-time model now. |