org.jfree.report.flow.layoutprocessor

Class DefaultLayoutControllerFactory

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

DefaultLayoutControllerFactory()

Method Summary

LayoutController
create(FlowController controller, Object node, LayoutController parent)
void
initialize(ReportJob job)

Constructor Details

DefaultLayoutControllerFactory

public DefaultLayoutControllerFactory()

Method Details

create

public LayoutController create(FlowController controller,
                               Object node,
                               LayoutController parent)
            throws ReportProcessingException,
                   ReportDataFactoryException,
                   DataSourceException
Specified by:
create in interface LayoutControllerFactory

initialize

public void initialize(ReportJob job)