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 |
---|---|
IScriptContext |
RunTimeContext.getScriptContext()
Returns an instance of a script context associated with the chart being
generated.
|
IScriptContext |
RunTimeContext.getScriptContext()
Returns an instance of a script context associated with the chart being
generated.
|
Modifier and Type | Method and Description |
---|---|
void |
RunTimeContext.setScriptContext(IScriptContext csc)
Sets an instance of a chart script context associated with the chart
being generated.
|
void |
RunTimeContext.setScriptContext(IScriptContext csc)
Sets an instance of a chart script context associated with the chart
being generated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IChartScriptContext
This interface allows the script to get access to common chart varialbes and
communicate with an external context.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptContext
The abstract class implements common methods to store script contexts.
|
class |
ChartScriptContext
An internal implementation for IChartScriptContext
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractScriptHandler.setScriptContext(IScriptContext csc)
Sets the context object of current script handler.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.