Package | Description |
---|---|
org.eclipse.birt.chart.factory |
Contains classes and interfaces used in the chart building and generation
phase.
|
org.eclipse.birt.chart.script |
Modifier and Type | Method and Description |
---|---|
AbstractScriptHandler |
RunTimeContext.getScriptHandler()
Returns an instance of a transient script handler associated with the
chart being generated.
|
AbstractScriptHandler |
RunTimeContext.getScriptHandler()
Returns an instance of a transient script handler associated with the
chart being generated.
|
Modifier and Type | Method and Description |
---|---|
void |
RunTimeContext.setScriptHandler(AbstractScriptHandler sh)
Sets an instance of a transient script handler associated with the chart
being generated.
|
void |
RunTimeContext.setScriptHandler(AbstractScriptHandler sh)
Sets an instance of a transient script handler associated with the chart
being generated.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptHandler
This class forms the basis of script handling in the charting library.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
AbstractScriptHandler.callFunction(AbstractScriptHandler<?> sh,
java.lang.String sFunction,
java.lang.Object oArg1)
Call JavaScript functions with one argument.
|
static java.lang.Object |
AbstractScriptHandler.callFunction(AbstractScriptHandler<?> sh,
java.lang.String sFunction,
java.lang.Object oArg1,
java.lang.Object oArg2)
Call JavaScript functions with two arguments.
|
static java.lang.Object |
AbstractScriptHandler.callFunction(AbstractScriptHandler<?> 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-2008 Actuate Corp. All rights reserved.