Class ComputeBreakabilityStep
- java.lang.Object
-
- org.jfree.layouting.renderer.process.IterateVisualProcessStep
-
- org.jfree.layouting.renderer.process.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
Constructors Constructor Description ComputeBreakabilityStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(LogicalPageBox logicalPageBox)protected voidfinishBlockLevelBox(RenderBox box)protected voidprocessParagraphChilds(ParagraphRenderBox box)-
Methods inherited from class org.jfree.layouting.renderer.process.IterateVisualProcessStep
finishInlineLevelBox, processBlockLevelChild, processBlockLevelNode, processBoxChilds, processFlow, processInlineLevelChild, processInlineLevelNode, processOtherLevelChild, startBlockLevelBox, startInlineLevelBox, startProcessing
-
-
-
-
Method Detail
-
compute
public void compute(LogicalPageBox logicalPageBox)
-
processParagraphChilds
protected void processParagraphChilds(ParagraphRenderBox box)
- Specified by:
processParagraphChildsin classIterateVisualProcessStep
-
finishBlockLevelBox
protected void finishBlockLevelBox(RenderBox box)
- Overrides:
finishBlockLevelBoxin classIterateVisualProcessStep
-
-