Class CleanPaginatedBoxesStep
- java.lang.Object
-
- org.jfree.layouting.renderer.process.IterateVisualProcessStep
-
- org.jfree.layouting.renderer.process.CleanPaginatedBoxesStep
-
public class CleanPaginatedBoxesStep extends IterateVisualProcessStep
Creation-Date: 27.10.2006, 18:19:24- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description CleanPaginatedBoxesStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(LogicalPageBox pageBox)protected voidprocessParagraphChilds(ParagraphRenderBox box)protected booleanstartBlockLevelBox(RenderBox box)-
Methods inherited from class org.jfree.layouting.renderer.process.IterateVisualProcessStep
finishBlockLevelBox, finishInlineLevelBox, processBlockLevelChild, processBlockLevelNode, processBoxChilds, processFlow, processInlineLevelChild, processInlineLevelNode, processOtherLevelChild, startInlineLevelBox, startProcessing
-
-
-
-
Method Detail
-
compute
public void compute(LogicalPageBox pageBox)
-
processParagraphChilds
protected void processParagraphChilds(ParagraphRenderBox box)
- Specified by:
processParagraphChildsin classIterateVisualProcessStep
-
startBlockLevelBox
protected boolean startBlockLevelBox(RenderBox box)
- Overrides:
startBlockLevelBoxin classIterateVisualProcessStep
-
-