org.jfree.report.flow.layoutprocessor

Interface LayoutControllerFactory

Known Implementing Classes:
DefaultLayoutControllerFactory

public interface LayoutControllerFactory

Creation-Date: 24.11.2006, 14:25:02
Author:
Thomas Morgner

Method Summary

LayoutController
create(FlowController controller, Object node, LayoutController parent)

Method Details

create

public LayoutController create(FlowController controller,
                               Object node,
                               LayoutController parent)
            throws ReportProcessingException,
                   ReportDataFactoryException,
                   DataSourceException