Uses of Interface
net.sf.jasperreports.functions.FunctionContext
-
Packages that use FunctionContext Package Description net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.functions Provides support for built-in JasperReports functions. -
-
Uses of FunctionContext in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement FunctionContext Modifier and Type Class Description class
FillFunctionContext
-
Uses of FunctionContext in net.sf.jasperreports.functions
Methods in net.sf.jasperreports.functions that return FunctionContext Modifier and Type Method Description FunctionContext
AbstractFunctionSupport. getContext()
Methods in net.sf.jasperreports.functions with parameters of type FunctionContext Modifier and Type Method Description void
AbstractFunctionSupport. init(FunctionContext context)
void
FunctionSupport. init(FunctionContext context)
-