Uses of Interface
net.sf.jasperreports.engine.style.StyleProviderContext
-
Packages that use StyleProviderContext Package Description net.sf.jasperreports.components.headertoolbar Contains classes for the built-in Header Toolbar component.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. -
-
Uses of StyleProviderContext in net.sf.jasperreports.components.headertoolbar
Methods in net.sf.jasperreports.components.headertoolbar with parameters of type StyleProviderContext Modifier and Type Method Description StyleProviderHeaderToolbarConditionalStyleProviderFactory. getStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext)Constructors in net.sf.jasperreports.components.headertoolbar with parameters of type StyleProviderContext Constructor Description HeaderToolbarConditionalStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext) -
Uses of StyleProviderContext in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement StyleProviderContext Modifier and Type Class Description classFillStyleProviderContext -
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 StyleProviderPropertyStyleProviderFactory. getStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext)StyleProviderStyleProviderFactory. getStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext)Constructors in net.sf.jasperreports.engine.style with parameters of type StyleProviderContext Constructor Description PropertyStyleProvider(StyleProviderContext context, java.util.Map<java.lang.String,JRPropertyExpression> stylePropertyExpressions)
-