Class DefaultLayoutControllerFactory
- java.lang.Object
-
- org.jfree.report.flow.layoutprocessor.DefaultLayoutControllerFactory
-
- All Implemented Interfaces:
LayoutControllerFactory
public class DefaultLayoutControllerFactory extends java.lang.Object implements LayoutControllerFactory
A layout controller factory that selects layout controllers by their node implementation type.- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description DefaultLayoutControllerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LayoutController
create(FlowController controller, java.lang.Object node, LayoutController parent)
void
initialize(ReportJob job)
-
-
-
Method Detail
-
initialize
public void initialize(ReportJob job)
-
create
public LayoutController create(FlowController controller, java.lang.Object node, LayoutController parent) throws ReportProcessingException, ReportDataFactoryException, DataSourceException
- Specified by:
create
in interfaceLayoutControllerFactory
- Throws:
ReportProcessingException
ReportDataFactoryException
DataSourceException
-
-