org.jfree.layouting.renderer.process
Class CleanStreamedBoxesStep

java.lang.Object
  extended by org.jfree.layouting.renderer.process.IterateVisualProcessStep
      extended by org.jfree.layouting.renderer.process.CleanStreamedBoxesStep

public class CleanStreamedBoxesStep
extends IterateVisualProcessStep

Creation-Date: 27.10.2006, 18:19:24

Author:
Thomas Morgner

Constructor Summary
CleanStreamedBoxesStep()
           
 
Method Summary
 void compute(LogicalPageBox pageBox)
           
protected  void processParagraphChilds(ParagraphRenderBox box)
           
protected  boolean startBlockLevelBox(RenderBox box)
           
 
Methods inherited from class org.jfree.layouting.renderer.process.IterateVisualProcessStep
finishBlockLevelBox, finishInlineLevelBox, processBlockLevelChild, processBlockLevelNode, processBoxChilds, processFlow, processInlineLevelChild, processInlineLevelNode, processOtherLevelChild, startInlineLevelBox, startProcessing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanStreamedBoxesStep

public CleanStreamedBoxesStep()
Method Detail

compute

public void compute(LogicalPageBox pageBox)

processParagraphChilds

protected void processParagraphChilds(ParagraphRenderBox box)
Specified by:
processParagraphChilds in class IterateVisualProcessStep

startBlockLevelBox

protected boolean startBlockLevelBox(RenderBox box)
Overrides:
startBlockLevelBox in class IterateVisualProcessStep