Uses of Interface
net.sf.jasperreports.engine.style.StyleProviderContext
-
Packages that use StyleProviderContext 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.engine.style Contains factory interfaces and implementations for style providers.net.sf.jasperreports.interactivity.headertoolbar Contains classes for the built-in Header Toolbar component. -
-
Uses of StyleProviderContext in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement StyleProviderContext Modifier and Type Class Description class
FillStyleProviderContext
-
Uses of StyleProviderContext in net.sf.jasperreports.engine.style
Methods in net.sf.jasperreports.engine.style with parameters of type StyleProviderContext Modifier and Type Method Description StyleProvider
PropertyStyleProviderFactory. getStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext)
StyleProvider
StyleProviderFactory. getStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext)
Constructors in net.sf.jasperreports.engine.style with parameters of type StyleProviderContext Constructor Description PropertyStyleProvider(StyleProviderContext context, Map<String,JRPropertyExpression> stylePropertyExpressions)
-
Uses of StyleProviderContext in net.sf.jasperreports.interactivity.headertoolbar
Methods in net.sf.jasperreports.interactivity.headertoolbar with parameters of type StyleProviderContext Modifier and Type Method Description StyleProvider
HeaderToolbarConditionalStyleProviderFactory. getStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext)
Constructors in net.sf.jasperreports.interactivity.headertoolbar with parameters of type StyleProviderContext Constructor Description HeaderToolbarConditionalStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext)
-