org.jfree.layouting.renderer.process

Class ComputeBreakabilityStep

public class ComputeBreakabilityStep extends IterateVisualProcessStep

Computes the size of the non-breakable areas at the beginning and end of each block-level box.

Author: Thomas Morgner

Constructor Summary
ComputeBreakabilityStep()
Method Summary
voidcompute(LogicalPageBox logicalPageBox)
protected voidfinishBlockLevelBox(RenderBox box)
protected voidprocessParagraphChilds(ParagraphRenderBox box)

Constructor Detail

ComputeBreakabilityStep

public ComputeBreakabilityStep()

Method Detail

compute

public void compute(LogicalPageBox logicalPageBox)

finishBlockLevelBox

protected void finishBlockLevelBox(RenderBox box)

processParagraphChilds

protected void processParagraphChilds(ParagraphRenderBox box)