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, startProcessingpublic void compute(LogicalPageBox pageBox)
public void continueComputation(RenderBox box)
box - protected boolean startBlockLevelBox(RenderBox box)
startBlockLevelBox in class IterateVisualProcessStepprotected void finishBlockLevelBox(RenderBox box)
finishBlockLevelBox in class IterateVisualProcessStepprotected boolean startInlineLevelBox(RenderBox box)
startInlineLevelBox in class IterateVisualProcessStepprotected void finishInlineLevelBox(RenderBox box)
finishInlineLevelBox in class IterateVisualProcessStepprotected void processInlineLevelNode(RenderNode node)
processInlineLevelNode in class IterateVisualProcessStepprotected void processBlockLevelNode(RenderNode node)
processBlockLevelNode in class IterateVisualProcessStepprotected void processParagraphChilds(ParagraphRenderBox box)
processParagraphChilds in class IterateVisualProcessStepprotected void startLine(ParagraphPoolBox box)
protected void finishLine(ParagraphPoolBox inlineRenderBox)
protected void finishOtherBox(RenderBox box)