|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.platform.plugin.action.chartbeans.ChartBeansGeneratorUtil
public class ChartBeansGeneratorUtil
Takes all inputs necessary to generate a chart and passes them to the ChartBeans engine (via an xaction).
Method Summary | |
---|---|
static java.lang.String |
buildEmptyOpenFlashChartHtmlFragment(java.lang.String msg)
|
static java.lang.String |
createChartAsHtml(IPentahoSession userSession,
java.util.Map<java.lang.String,java.lang.Object> parameterMap,
java.lang.String serializedChartDataDefinition,
java.lang.String serializedChartModel,
int chartWidth,
int chartHeight)
|
static java.lang.String |
createChartAsHtml(IPentahoSession userSession,
java.util.Map<java.lang.String,java.lang.Object> parameterMap,
java.lang.String serializedChartDataDefinition,
java.lang.String serializedChartModel,
int chartWidth,
int chartHeight,
java.lang.String contentLinkingTemplate)
|
static java.lang.String |
mergeJFreeChartHtmlTemplate(java.io.File imageFile,
java.lang.String imageMap,
java.lang.String imageMapName,
int chartWidth,
int chartHeight,
java.lang.String contextPath)
|
static java.lang.String |
mergeOpenFlashChartHtmlTemplate(java.lang.String openFlashChartJson,
java.lang.String swfUrl)
Does this method belong in ChartBeansGeneratorUtil? ChartBeansGeneratorUtil may be more of a convenience for executing the default ActionSequence, if this is to hold true, this method probably needs a new home more central to the ChartBeans code. |
static java.lang.String |
mergeStaticImageHtmlTemplate(java.lang.String imageUrl)
Returns a complete HTML document that references a static image held in a temporary file on the server. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String createChartAsHtml(IPentahoSession userSession, java.util.Map<java.lang.String,java.lang.Object> parameterMap, java.lang.String serializedChartDataDefinition, java.lang.String serializedChartModel, int chartWidth, int chartHeight) throws java.io.IOException
java.io.IOException
public static java.lang.String createChartAsHtml(IPentahoSession userSession, java.util.Map<java.lang.String,java.lang.Object> parameterMap, java.lang.String serializedChartDataDefinition, java.lang.String serializedChartModel, int chartWidth, int chartHeight, java.lang.String contentLinkingTemplate) throws java.io.IOException
java.io.IOException
public static java.lang.String mergeJFreeChartHtmlTemplate(java.io.File imageFile, java.lang.String imageMap, java.lang.String imageMapName, int chartWidth, int chartHeight, java.lang.String contextPath)
public static java.lang.String mergeStaticImageHtmlTemplate(java.lang.String imageUrl)
Only exposed for debugging (i.e. hosted mode) purposes.
public static java.lang.String mergeOpenFlashChartHtmlTemplate(java.lang.String openFlashChartJson, java.lang.String swfUrl)
Only exposed for debugging (i.e. hosted mode) purposes.
public static java.lang.String buildEmptyOpenFlashChartHtmlFragment(java.lang.String msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |