org.jfree.report.flow.layoutprocessor

Class ContentElementLayoutController

public class ContentElementLayoutController extends ElementLayoutController

Creation-Date: 24.11.2006, 15:06:56

Author: Thomas Morgner

Constructor Summary
ContentElementLayoutController()
Method Summary
LayoutControllerjoin(FlowController flowController)
Joins with a delegated process flow.
protected LayoutControllerprocessContent(ReportTarget target)

Constructor Detail

ContentElementLayoutController

public ContentElementLayoutController()

Method Detail

join

public LayoutController join(FlowController flowController)
Joins with a delegated process flow. This is generally called from a child flow and should *not* (I mean it!) be called from outside. If you do, you'll suffer.

Parameters: flowController the flow controller of the parent.

Returns: the joined layout controller that incorperates all changes from the delegate.

processContent

protected LayoutController processContent(ReportTarget target)