| |
|
| java.lang.Object org.jfree.report.layout.AbstractRenderer org.jfree.report.layout.FlowRenderer
FlowRenderer | public class FlowRenderer extends AbstractRenderer (Code) | | A flow renderer is a light-weight paginating renderer. It does not care about the page-size but searches for manual
breaks. Once a manual break is encountered, the flow shifts and creates a page-event. (This is the behavior of the
old table-exporters.)
This implementation is a mix of a paginated and streaming renderer.
author: Thomas Morgner |
getFlowCount | public int getFlowCount()(Code) | | |
isPageFinished | protected boolean isPageFinished()(Code) | | |
isPageStartPending | public boolean isPageStartPending()(Code) | | |
|
|
|