org.jfree.layouting.normalizer.generator
Class EmptyContentGenerator
public
class
EmptyContentGenerator
extends Object
implements ContentGenerator
This one does nothing. (It is used to swallow all calls during the restore
process.)
Author: Thomas Morgner
public EmptyContentGenerator()
public void finishedBlock()
public void finishedDocument()
Receives notification, that a new flow has started. A new flow is started
for each flowing or absolutly positioned element.
Parameters: box
public void finishedFlow()
public void finishedInline()
public void finishedMarker()
public void finishedPassThrough()
public void finishedRootInline()
public void finishedTable()
public void finishedTableCaption()
public void finishedTableCell()
public void finishedTableColumn()
public void finishedTableColumnGroup()
public void finishedTableRow()
public void finishedTableSection()
This event handler is triggered by 'LayoutProcess.pageBreakEncountered()'.
Parameters: pageContext
Receives the information, that the document processing has been started.
This is fired only once.
Parameters: pageContext the page context for the default page.