Package net.sf.jasperreports.engine.part
Interface PartComponentManager
-
- All Known Implementing Classes:
DefaultPartComponentManager
public interface PartComponentManager
A part component manager is the entry point through which the handlers for a single part component type can be accessed.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
ComponentsEnvironment.getManager(Class)
,ComponentsBundle.getComponentManager(Class)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartComponentCompiler
getComponentCompiler(JasperReportsContext jasperReportsContext)
Returns the component compiler.PartComponentFillFactory
getComponentFillFactory(JasperReportsContext jasperReportsContext)
Returns the factory of fill component instances.
-
-
-
Method Detail
-
getComponentCompiler
PartComponentCompiler getComponentCompiler(JasperReportsContext jasperReportsContext)
Returns the component compiler.- Returns:
- the component compiler
-
getComponentFillFactory
PartComponentFillFactory getComponentFillFactory(JasperReportsContext jasperReportsContext)
Returns the factory of fill component instances.- Returns:
- the factory of fill component instances
-
-