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 Object
evaluateExpression(JRExpression expression, byte evaluation)
JRElement
getElement()
Object
getFieldValue(String fieldName, byte evaluation)
JasperReportsContext
getJasperReportsContext()
Locale
getLocale()
TimeZone
getTimeZone()
Object
getVariableValue(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()
-
-