org.jfree.layouting.renderer
Class PrototypeBuildingRenderer
public
class
PrototypeBuildingRenderer
extends Object
implements Renderer
This renderer does not build real output. This renderer fills in
prototype element definitions and is later used to spit them out
when requested. Prototypes are filled in in the first stage of the
renderering and are reused in all subsequent stages.
This class needs to be implemented later.
Author: Thomas Morgner
See Also: http://www.w3.org/TR/css3-gcpm/#generated
public void finishedBlock()
public void finishedDocument()
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()
A call-back that informs the renderer, that a new page must be started.
This closes the old page context and copies all pending content to the new
context.
This method is triggered by a call to 'LayoutProcess.pageBreakEncountered'
Parameters: pageContext
Starts the document and initalizes the default page context.
Parameters: pageContext
Starts a floating, absolute or static element. This establishes a new
normal flow for the element.
Parameters: context