|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.platform.uifoundation.chart.ChartHelper
public class ChartHelper
This class provides wrapper functions to make it easier to execute action sequences and generate a widget.
Constructor Summary | |
---|---|
ChartHelper()
|
Method Summary | |
---|---|
static boolean |
doChart(java.lang.String solutionName,
java.lang.String actionPath,
java.lang.String chartName,
IParameterProvider parameterProvider,
java.lang.StringBuffer outputStream,
IPentahoSession userSession,
java.util.ArrayList messages,
ILogger logger)
doChart generates the images and html necessary to render various charts within a web page. |
static boolean |
doDial(java.lang.String solutionName,
java.lang.String actionPath,
java.lang.String chartName,
IParameterProvider parameterProvider,
java.lang.StringBuffer outputStream,
IPentahoSession userSession,
java.util.ArrayList messages,
ILogger logger)
Deprecated. use doChart() instead |
static boolean |
doPieChart(java.lang.String solutionName,
java.lang.String actionPath,
java.lang.String chartName,
IParameterProvider parameterProvider,
java.lang.StringBuffer outputStream,
IPentahoSession userSession,
java.util.ArrayList messages,
ILogger logger)
Deprecated. use doChart instead |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartHelper()
Method Detail |
---|
public static boolean doChart(java.lang.String solutionName, java.lang.String actionPath, java.lang.String chartName, IParameterProvider parameterProvider, java.lang.StringBuffer outputStream, IPentahoSession userSession, java.util.ArrayList messages, ILogger logger)
solutionName
- the solution nameactionPath
- the action pathchartName
- the xml file describing the chartparameterProvider
- the collection of parameters to customize the chartoutputStream
- the output string buffer for the contentuserSession
- the user session objectmessages
- a collection to store error and logging messageslogger
- logging object
@Deprecated public static boolean doPieChart(java.lang.String solutionName, java.lang.String actionPath, java.lang.String chartName, IParameterProvider parameterProvider, java.lang.StringBuffer outputStream, IPentahoSession userSession, java.util.ArrayList messages, ILogger logger)
solutionName
- the solution nameactionPath
- the action pathchartName
- the xml file describing the chartparameterProvider
- the collection of parameters to customize the chartoutputStream
- the output string buffer for the contentuserSession
- the user session objectmessages
- a collection to store error and logging messageslogger
- logging object
@Deprecated public static boolean doDial(java.lang.String solutionName, java.lang.String actionPath, java.lang.String chartName, IParameterProvider parameterProvider, java.lang.StringBuffer outputStream, IPentahoSession userSession, java.util.ArrayList messages, ILogger logger)
solutionName
- the solution nameactionPath
- the action pathchartName
- the xml file describing the chartparameterProvider
- the collection of parameters to customize the chartoutputStream
- the output string buffer for the contentuserSession
- the user session objectmessages
- a collection to store error and logging messageslogger
- logging object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |