Package net.sf.jasperreports.engine.fill
Class FillExpressionEstimatedValues
java.lang.Object
net.sf.jasperreports.engine.fill.FillBaseExpressionValues
net.sf.jasperreports.engine.fill.FillExpressionEstimatedValues
- All Implemented Interfaces:
ExpressionValues
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
ConstructorsConstructorDescriptionFillExpressionEstimatedValues(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) -
Method Summary
Modifier and TypeMethodDescriptiongetFieldValue(String fieldName) getVariableValue(String variableName) Methods inherited from class net.sf.jasperreports.engine.fill.FillBaseExpressionValues
field, getMessage, getParameterValue, variable
-
Constructor Details
-
FillExpressionEstimatedValues
public FillExpressionEstimatedValues(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap)
-
-
Method Details
-
getFieldValue
-
getVariableValue
-