| java.lang.Object org.pentaho.ui.FlashChartHelper
FlashChartHelper | public class FlashChartHelper (Code) | | This class provides wrapper functions to make it easier to generate flash
charts within a dashboard environment.
|
Method Summary | |
public static boolean | doFlashChart(String solutionName, String actionPath, String chartName, IParameterProvider parameterProvider, StringBuffer outputStream, IPentahoSession userSession, ArrayList messages, ILogger logger) doFlashChart generates a flash media player chart. | public static boolean | doFlashDial(String solutionName, String actionPath, String actionName, IParameterProvider parameterProvider, StringBuffer outputStream, IPentahoSession userSession, ArrayList messages, ILogger logger) doFlashDial generates a flash media player dial. |
doFlashChart | public static boolean doFlashChart(String solutionName, String actionPath, String chartName, IParameterProvider parameterProvider, StringBuffer outputStream, IPentahoSession userSession, ArrayList messages, ILogger logger)(Code) | | doFlashChart generates a flash media player chart. It provides a simple
wrapper around the com.pentaho.ui.charting.FlashChartComponent
Parameters: solutionName - the solution name Parameters: actionPath - the action path Parameters: chartName - the xml file describing the chart Parameters: parameterProvider - the collection of parameters to customize the chart Parameters: outputStream - the output string buffer for the content Parameters: userSession - the user session object Parameters: messages - a collection to store error and logging messages Parameters: logger - logging object true if successful |
doFlashDial | public static boolean doFlashDial(String solutionName, String actionPath, String actionName, IParameterProvider parameterProvider, StringBuffer outputStream, IPentahoSession userSession, ArrayList messages, ILogger logger)(Code) | | doFlashDial generates a flash media player dial. It provides a simple
wrapper around the com.pentaho.ui.charting.FlashChartComponent
Parameters: solutionName - the solution name Parameters: actionPath - the action path Parameters: chartName - the xml file describing the chart Parameters: parameterProvider - the collection of parameters to customize the chart Parameters: outputStream - the output string buffer for the content Parameters: userSession - the user session object Parameters: messages - a collection to store error and logging messages Parameters: logger - logging object true if successful |
|
|