org.jfree.layouting.normalizer.generator
Class PrintContentGenerator
public
class
PrintContentGenerator
extends Object
implements ContentGenerator
Simply prints each incoming call.
Author: Thomas Morgner
public PrintContentGenerator(
Renderer renderer)
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.
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()
Receives the information, that the document processing has been started.
This is fired only once.