|
Class Summary |
| AbstractScriptContext |
The abstract class implements common methods to store script contexts. |
| AbstractScriptHandler<T> |
The abstract class defines methods to execute java function and java script
functions, it makes the sub-class can execute own regular java functions and
java script functions. |
| ChartEventHandlerAdapter |
An adapter (empty implementation of IChartEventHandler) makes the
interface easier for the user. |
| ChartScriptContext |
An internal implementation for IChartScriptContext |
| ScriptClassLoaderAdapter |
An adapter class for IScriptClassLoader. |
| ScriptHandler |
This class forms the basis of script handling in the charting library. |