org.jfree.layouting.renderer.process
Class IterateStructuralProcessStep
java.lang.Object
org.jfree.layouting.renderer.process.IterateStructuralProcessStep
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.
IterateStructuralProcessStep
protected IterateStructuralProcessStep()
finishOtherBox
protected void finishOtherBox(RenderBox box)
finishOtherNode
protected void finishOtherNode(RenderNode node)
processBoxChilds
protected void processBoxChilds(RenderBox box)
startOtherBox
protected boolean startOtherBox(RenderBox box)
startOtherNode
protected void startOtherNode(RenderNode node)
startProcessing
protected void startProcessing(RenderNode node)