Uses of Class
org.eclipse.birt.chart.script.AbstractScriptHandler
Packages that use AbstractScriptHandler
Package
Description
Contains classes and interfaces used in the chart building and generation
phase.
-
Uses of AbstractScriptHandler in org.eclipse.birt.chart.factory
Methods in org.eclipse.birt.chart.factory that return AbstractScriptHandlerModifier and TypeMethodDescriptionRunTimeContext.getScriptHandler()
Returns an instance of a transient script handler associated with the chart being generated.Methods in org.eclipse.birt.chart.factory with parameters of type AbstractScriptHandlerModifier and TypeMethodDescriptionvoid
RunTimeContext.setScriptHandler
(AbstractScriptHandler sh) Sets an instance of a transient script handler associated with the chart being generated. -
Uses of AbstractScriptHandler in org.eclipse.birt.chart.script
Subclasses of AbstractScriptHandler in org.eclipse.birt.chart.scriptModifier and TypeClassDescriptionfinal class
This class forms the basis of script handling in the charting library.Methods in org.eclipse.birt.chart.script with parameters of type AbstractScriptHandlerModifier and TypeMethodDescriptionstatic final Object
AbstractScriptHandler.callFunction
(AbstractScriptHandler<?> sh, String sFunction, Object oArg1) Call JavaScript functions with one argument.static final Object
AbstractScriptHandler.callFunction
(AbstractScriptHandler<?> sh, String sFunction, Object oArg1, Object oArg2) Call JavaScript functions with two arguments.static final Object
AbstractScriptHandler.callFunction
(AbstractScriptHandler<?> sh, String sFunction, Object oArg1, Object oArg2, Object oArg3) Call JavaScript functions with three arguments.