org.jfree.layouting.renderer.process

Class TableRowHeightStep

public class TableRowHeightStep extends IterateVisualProcessStep

Creation-Date: 10.10.2006, 14:10:08

Author: Thomas Morgner

Nested Class Summary
static classTableRowHeightStep.TableInfoStructure
Constructor Summary
TableRowHeightStep()
Method Summary
voidcompute(LogicalPageBox box)
protected voidfinishBlockLevelBox(RenderBox box)
protected voidfinishSection(TableSectionRenderBox section)
protected voidprocessBlockLevelNode(RenderNode node)
protected voidprocessInlineLevelNode(RenderNode node)
protected voidprocessParagraphChilds(ParagraphRenderBox box)
protected booleanstartBlockLevelBox(RenderBox box)
protected booleanstartInlineLevelBox(RenderBox box)

Constructor Detail

TableRowHeightStep

public TableRowHeightStep()

Method Detail

compute

public void compute(LogicalPageBox box)

finishBlockLevelBox

protected void finishBlockLevelBox(RenderBox box)

finishSection

protected void finishSection(TableSectionRenderBox section)

processBlockLevelNode

protected void processBlockLevelNode(RenderNode node)

processInlineLevelNode

protected void processInlineLevelNode(RenderNode node)

processParagraphChilds

protected void processParagraphChilds(ParagraphRenderBox box)

startBlockLevelBox

protected boolean startBlockLevelBox(RenderBox box)

startInlineLevelBox

protected boolean startInlineLevelBox(RenderBox box)