Interface StyleProviderContext
-
- All Known Implementing Classes:
FillStyleProviderContext
public interface StyleProviderContext- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectevaluateExpression(JRExpression expression, byte evaluation)JRElementgetElement()ObjectgetFieldValue(String fieldName, byte evaluation)JasperReportsContextgetJasperReportsContext()LocalegetLocale()TimeZonegetTimeZone()ObjectgetVariableValue(String variableName, byte evaluation)
-
-
-
Method Detail
-
getJasperReportsContext
JasperReportsContext getJasperReportsContext()
-
getElement
JRElement getElement()
-
evaluateExpression
Object evaluateExpression(JRExpression expression, byte evaluation)
-
getLocale
Locale getLocale()
-
getTimeZone
TimeZone getTimeZone()
-
-