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