Package org.eclipse.birt.chart.script


package org.eclipse.birt.chart.script
  • Class
    Description
    The abstract class implements common methods to store script contexts.
    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.
    An adapter (empty implementation of IChartEventHandler) makes the interface easier for the user.
    An internal implementation for IChartScriptContext
    Script event handler interface for charts.
    This interface allows the script to get access to common chart varialbes and communicate with an external context.
    This interface defines an common context adapter which provide scriptable context object or plain context object.
    This interface defines the functions to load script classes for chart scripting.
    The interface declares methods to provide appropriate context in scripts.
    An adapter class for IScriptClassLoader.
    This class forms the basis of script handling in the charting library.