Uses of Class
org.eclipse.birt.chart.model.ScriptHandler

Packages that use ScriptHandler
org.eclipse.birt.chart.factory Contains classes and interfaces used in the chart building and generation phase. 
org.eclipse.birt.chart.model Contains the chart model interfaces that define the starting point for creating a new chart. 
 

Uses of ScriptHandler in org.eclipse.birt.chart.factory
 

Methods in org.eclipse.birt.chart.factory that return ScriptHandler
 ScriptHandler RunTimeContext.getScriptHandler()
          Returns an instance of a transient script handler associated with the chart being generated.
 ScriptHandler RunTimeContext.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 ScriptHandler
 void RunTimeContext.setScriptHandler(ScriptHandler sh)
          Sets an instance of a transient script handler associated with the chart being generated.
 void RunTimeContext.setScriptHandler(ScriptHandler sh)
          Sets an instance of a transient script handler associated with the chart being generated.
 

Uses of ScriptHandler in org.eclipse.birt.chart.model
 

Methods in org.eclipse.birt.chart.model with parameters of type ScriptHandler
static java.lang.Object ScriptHandler.callFunction(ScriptHandler sh, java.lang.String sFunction, java.lang.Object oArg1)
          Call JavaScript functions with one argument.
static java.lang.Object ScriptHandler.callFunction(ScriptHandler sh, java.lang.String sFunction, java.lang.Object oArg1, java.lang.Object oArg2)
          Call JavaScript functions with two arguments.
static java.lang.Object ScriptHandler.callFunction(ScriptHandler sh, java.lang.String sFunction, java.lang.Object oArg1, java.lang.Object oArg2, java.lang.Object oArg3)
          Call JavaScript functions with three arguments.
 



Copyright © 2005 Actuate Corp. All rights reserved.