| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.chart.factory |
Contains classes and interfaces used in the chart building and generation
phase.
|
| org.eclipse.birt.chart.script |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
IChartScriptContext
This interface allows the script to get access to common chart varialbes and
communicate with an external context.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractScriptContext
The abstract class implements common methods to store script contexts.
|
class |
ChartScriptContext
An internal implementation for IChartScriptContext
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractScriptHandler.setScriptContext(IScriptContext csc)
Sets the context object of current script handler.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.