Uses of Interface
net.sf.jasperreports.engine.style.StyleProvider
-
Packages that use StyleProvider 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 StyleProvider in net.sf.jasperreports.components.headertoolbar
Classes in net.sf.jasperreports.components.headertoolbar that implement StyleProvider Modifier and Type Class Description classHeaderToolbarConditionalStyleProviderMethods in net.sf.jasperreports.components.headertoolbar that return StyleProvider Modifier and Type Method Description StyleProviderHeaderToolbarConditionalStyleProviderFactory. getStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext) -
Uses of StyleProvider in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill with type parameters of type StyleProvider Modifier and Type Field Description protected List<StyleProvider>JRFillElement. styleProviders -
Uses of StyleProvider in net.sf.jasperreports.engine.style
Classes in net.sf.jasperreports.engine.style that implement StyleProvider Modifier and Type Class Description classPropertyStyleProviderMethods in net.sf.jasperreports.engine.style that return StyleProvider Modifier and Type Method Description StyleProviderPropertyStyleProviderFactory. getStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext)StyleProviderStyleProviderFactory. getStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext)
-