Class TableRowHeightStep
- java.lang.Object
-
- org.jfree.layouting.renderer.process.IterateVisualProcessStep
-
- org.jfree.layouting.renderer.process.TableRowHeightStep
-
public class TableRowHeightStep extends IterateVisualProcessStep
Creation-Date: 10.10.2006, 14:10:08- Author:
- Thomas Morgner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTableRowHeightStep.TableInfoStructure
-
Constructor Summary
Constructors Constructor Description TableRowHeightStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)-
Methods inherited from class org.jfree.layouting.renderer.process.IterateVisualProcessStep
finishInlineLevelBox, processBlockLevelChild, processBoxChilds, processFlow, processInlineLevelChild, processOtherLevelChild, startProcessing
-
-
-
-
Method Detail
-
compute
public void compute(LogicalPageBox box)
-
processParagraphChilds
protected void processParagraphChilds(ParagraphRenderBox box)
- Specified by:
processParagraphChildsin classIterateVisualProcessStep
-
startInlineLevelBox
protected boolean startInlineLevelBox(RenderBox box)
- Overrides:
startInlineLevelBoxin classIterateVisualProcessStep
-
processInlineLevelNode
protected void processInlineLevelNode(RenderNode node)
- Overrides:
processInlineLevelNodein classIterateVisualProcessStep
-
processBlockLevelNode
protected void processBlockLevelNode(RenderNode node)
- Overrides:
processBlockLevelNodein classIterateVisualProcessStep
-
startBlockLevelBox
protected boolean startBlockLevelBox(RenderBox box)
- Overrides:
startBlockLevelBoxin classIterateVisualProcessStep
-
finishBlockLevelBox
protected void finishBlockLevelBox(RenderBox box)
- Overrides:
finishBlockLevelBoxin classIterateVisualProcessStep
-
finishSection
protected void finishSection(TableSectionRenderBox section)
-
-