org.jfree.layouting.renderer.process
public class InfiniteMajorAxisLayoutStep extends IterateVisualProcessStep
Modifier and Type | Class and Description |
---|---|
static class |
InfiniteMajorAxisLayoutStep.ParagraphBreakState |
Constructor and Description |
---|
InfiniteMajorAxisLayoutStep() |
Modifier and Type | Method and Description |
---|---|
void |
compute(LogicalPageBox pageBox) |
void |
continueComputation(RenderBox box)
Continues processing.
|
protected void |
finishBlockLevelBox(RenderBox box) |
protected void |
finishInlineLevelBox(RenderBox box) |
protected void |
finishLine(ParagraphPoolBox inlineRenderBox) |
protected void |
finishOtherBox(RenderBox box) |
protected void |
processBlockLevelNode(RenderNode node) |
protected void |
processInlineLevelNode(RenderNode node) |
protected void |
processParagraphChilds(ParagraphRenderBox box) |
protected boolean |
startBlockLevelBox(RenderBox box) |
protected boolean |
startInlineLevelBox(RenderBox box) |
protected void |
startLine(ParagraphPoolBox box) |
processBlockLevelChild, processBoxChilds, processFlow, processInlineLevelChild, processOtherLevelChild, startProcessing
public void compute(LogicalPageBox pageBox)
public void continueComputation(RenderBox box)
box
- protected boolean startBlockLevelBox(RenderBox box)
startBlockLevelBox
in class IterateVisualProcessStep
protected void finishBlockLevelBox(RenderBox box)
finishBlockLevelBox
in class IterateVisualProcessStep
protected boolean startInlineLevelBox(RenderBox box)
startInlineLevelBox
in class IterateVisualProcessStep
protected void finishInlineLevelBox(RenderBox box)
finishInlineLevelBox
in class IterateVisualProcessStep
protected void processInlineLevelNode(RenderNode node)
processInlineLevelNode
in class IterateVisualProcessStep
protected void processBlockLevelNode(RenderNode node)
processBlockLevelNode
in class IterateVisualProcessStep
protected void processParagraphChilds(ParagraphRenderBox box)
processParagraphChilds
in class IterateVisualProcessStep
protected void startLine(ParagraphPoolBox box)
protected void finishLine(ParagraphPoolBox inlineRenderBox)
protected void finishOtherBox(RenderBox box)