it.eng.spagobi.engines.jasperreport
Class ScriptletChart

java.lang.Object
  extended by net.sf.jasperreports.engine.JRAbstractScriptlet
      extended by net.sf.jasperreports.engine.JRDefaultScriptlet
          extended by it.eng.spagobi.engines.jasperreport.ScriptletChart

public class ScriptletChart
extends net.sf.jasperreports.engine.JRDefaultScriptlet

Author:
Giulio Gavardi giulio.gavardi@eng.it

Field Summary
static java.lang.String CHART_IMAGE
           
static java.lang.String CHART_LABEL
           
static int iii
           
 
Fields inherited from class net.sf.jasperreports.engine.JRAbstractScriptlet
fieldsMap, groups, parametersMap, variablesMap
 
Constructor Summary
ScriptletChart()
           
 
Method Summary
 void afterReportInit()
           
protected  java.util.Map parseVariable(java.lang.String varValue)
          varValue: parses the variable value in the form att1=value1; att2=value2;
 
Methods inherited from class net.sf.jasperreports.engine.JRDefaultScriptlet
afterColumnInit, afterDetailEval, afterGroupInit, afterPageInit, beforeColumnInit, beforeDetailEval, beforeGroupInit, beforePageInit, beforeReportInit
 
Methods inherited from class net.sf.jasperreports.engine.JRAbstractScriptlet
callAfterColumnInit, callAfterDetailEval, callAfterGroupInit, callAfterPageInit, callAfterReportInit, callBeforeColumnInit, callBeforeDetailEval, callBeforeGroupInit, callBeforePageInit, callBeforeReportInit, getFieldValue, getParameterValue, getParameterValue, getVariableValue, setData, setVariableValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHART_LABEL

public static final java.lang.String CHART_LABEL
See Also:
Constant Field Values

CHART_IMAGE

public static final java.lang.String CHART_IMAGE
See Also:
Constant Field Values

iii

public static int iii
Constructor Detail

ScriptletChart

public ScriptletChart()
Method Detail

afterReportInit

public void afterReportInit()
                     throws net.sf.jasperreports.engine.JRScriptletException
Overrides:
afterReportInit in class net.sf.jasperreports.engine.JRDefaultScriptlet
Throws:
net.sf.jasperreports.engine.JRScriptletException

parseVariable

protected java.util.Map parseVariable(java.lang.String varValue)
varValue: parses the variable value in the form att1=value1; att2=value2;