org.jfree.layouting.renderer.process
Class IterateStructuralProcessStep
java.lang.Object
org.jfree.layouting.renderer.process.IterateStructuralProcessStep
- Direct Known Subclasses:
- CheckHibernationLayoutStep, ComputeTableICMMetricsStep, HtmlPrinter, ParagraphLineBreakStep, TableValidationStep, UpdateTokensStep, ValidateModelStep
public abstract class IterateStructuralProcessStep
- extends java.lang.Object
Iterates over the document tree using the display-role of the current node
as selector. Usually all structural processing steps use this iteration
strategy.
- Author:
- Thomas Morgner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IterateStructuralProcessStep
protected IterateStructuralProcessStep()
startProcessing
protected void startProcessing(RenderNode node)
processParagraphChilds
protected void processParagraphChilds(ParagraphRenderBox box)
finishNormalFlow
protected void finishNormalFlow(NormalFlowRenderBox box)
startNormalFlow
protected void startNormalFlow(NormalFlowRenderBox box)
processBoxChilds
protected void processBoxChilds(RenderBox box)
startOtherNode
protected void startOtherNode(RenderNode node)
finishOtherNode
protected void finishOtherNode(RenderNode node)
startBlockBox
protected boolean startBlockBox(BlockRenderBox box)
finishBlockBox
protected void finishBlockBox(BlockRenderBox box)
startInlineBox
protected boolean startInlineBox(InlineRenderBox box)
finishInlineBox
protected void finishInlineBox(InlineRenderBox box)
startOtherBox
protected boolean startOtherBox(RenderBox box)
finishOtherBox
protected void finishOtherBox(RenderBox box)