(package private) void |
AbstractRenderer.applyAbsolutePositionIfNeeded(LayoutContext layoutContext) |
|
private static OrphansWidowsLayoutHelper.OrphansWidowsLayoutAttempt |
OrphansWidowsLayoutHelper.attemptLayout(ParagraphRenderer renderer,
LayoutContext originalContext,
LayoutArea attemptArea) |
|
private MulticolRenderer.MulticolLayoutResult |
MulticolRenderer.balanceContentAndLayoutColumns(LayoutContext prelayoutContext,
Rectangle actualBbox) |
|
private LayoutArea |
GridContainerRenderer.calculateContainerOccupiedArea(LayoutContext layoutContext,
boolean isFull) |
|
private LayoutArea |
MulticolRenderer.calculateContainerOccupiedArea(LayoutContext layoutContext,
boolean isFull) |
|
protected LayoutResult |
ParagraphRenderer.directLayout(LayoutContext layoutContext) |
|
private static LayoutContext |
GridContainerRenderer.getCellLayoutContext(LayoutContext layoutContext,
Rectangle actualBBox,
GridCell cell) |
|
private static LayoutResult |
OrphansWidowsLayoutHelper.handleAttemptAsSuccessful(OrphansWidowsLayoutHelper.OrphansWidowsLayoutAttempt attemptResult,
LayoutContext originalContext) |
|
private LayoutResult |
ListRenderer.initializeListSymbols(LayoutContext layoutContext) |
|
(package private) boolean |
LineRenderer.isForceOverflowForTextRendererPartialResult(IRenderer childRenderer,
boolean wasXOverflowChanged,
OverflowPropertyValue oldXOverflow,
LayoutContext layoutContext,
Rectangle layoutBox,
boolean wasParentsHeightClipped) |
Checks if the word that's been split when has been layouted on this line can fit the next line without splitting.
|
LayoutResult |
AreaBreakRenderer.layout(LayoutContext layoutContext) |
|
LayoutResult |
BlockRenderer.layout(LayoutContext layoutContext) |
This method simulates positioning of the renderer, including all of its children, and returns
the LayoutResult , representing the layout result, including occupied area, status, i.e.
|
LayoutResult |
FlexContainerRenderer.layout(LayoutContext layoutContext) |
This method simulates positioning of the renderer, including all of its children, and returns
the LayoutResult , representing the layout result, including occupied area, status, i.e.
|
LayoutResult |
GridContainerRenderer.layout(LayoutContext layoutContext) |
This method simulates positioning of the renderer, including all of its children, and returns
the LayoutResult , representing the layout result, including occupied area, status, i.e.
|
LayoutResult |
ImageRenderer.layout(LayoutContext layoutContext) |
|
LayoutResult |
IRenderer.layout(LayoutContext layoutContext) |
This method simulates positioning of the renderer, including all of its children, and returns
the LayoutResult , representing the layout result, including occupied area, status, i.e.
|
LayoutResult |
LineRenderer.layout(LayoutContext layoutContext) |
|
LayoutResult |
LineSeparatorRenderer.layout(LayoutContext layoutContext) |
This method simulates positioning of the renderer, including all of its children, and returns
the LayoutResult , representing the layout result, including occupied area, status, i.e.
|
LayoutResult |
ListItemRenderer.layout(LayoutContext layoutContext) |
|
LayoutResult |
ListRenderer.layout(LayoutContext layoutContext) |
|
LayoutResult |
MulticolRenderer.layout(LayoutContext layoutContext) |
This method simulates positioning of the renderer, including all of its children, and returns
the LayoutResult , representing the layout result, including occupied area, status, i.e.
|
LayoutResult |
ParagraphRenderer.layout(LayoutContext layoutContext) |
This method simulates positioning of the renderer, including all of its children, and returns
the LayoutResult , representing the layout result, including occupied area, status, i.e.
|
LayoutResult |
RootRenderer.layout(LayoutContext layoutContext) |
This method simulates positioning of the renderer, including all of its children, and returns
the LayoutResult , representing the layout result, including occupied area, status, i.e.
|
LayoutResult |
TableRenderer.layout(LayoutContext layoutContext) |
This method simulates positioning of the renderer, including all of its children, and returns
the LayoutResult , representing the layout result, including occupied area, status, i.e.
|
LayoutResult |
TabRenderer.layout(LayoutContext layoutContext) |
|
LayoutResult |
TextRenderer.layout(LayoutContext layoutContext) |
|
private MulticolRenderer.MulticolLayoutResult |
MulticolRenderer.layoutColumnsAndReturnOverflowRenderer(LayoutContext preLayoutContext,
Rectangle actualBBox,
float workingHeight) |
|
private GridContainerRenderer.GridLayoutResult |
GridContainerRenderer.layoutGrid(LayoutContext layoutContext,
Rectangle actualBBox,
Grid grid) |
|
protected MulticolRenderer.MulticolLayoutResult |
MulticolRenderer.layoutInColumns(LayoutContext layoutContext,
Rectangle actualBBox) |
Layouts multicol in the passed area.
|
(package private) static LayoutResult |
OrphansWidowsLayoutHelper.orphansWidowsAwareLayout(ParagraphRenderer renderer,
LayoutContext context,
ParagraphOrphansControl orphansControl,
ParagraphWidowsControl widowsControl) |
|
(package private) LayoutResult |
BlockRenderer.processNotFullChildResult(LayoutContext layoutContext,
java.util.Map<java.lang.Integer,IRenderer> waitingFloatsSplitRenderers,
java.util.List<IRenderer> waitingOverflowFloatRenderers,
boolean wasHeightClipped,
java.util.List<Rectangle> floatRendererAreas,
boolean marginsCollapsingEnabled,
float clearHeightCorrection,
Border[] borders,
UnitValue[] paddings,
java.util.List<Rectangle> areas,
int currentAreaPos,
Rectangle layoutBox,
java.util.Set<Rectangle> nonChildFloatingRendererAreas,
IRenderer causeOfNothing,
boolean anythingPlaced,
int childPos,
LayoutResult result) |
|
(package private) LayoutResult |
FlexContainerRenderer.processNotFullChildResult(LayoutContext layoutContext,
java.util.Map<java.lang.Integer,IRenderer> waitingFloatsSplitRenderers,
java.util.List<IRenderer> waitingOverflowFloatRenderers,
boolean wasHeightClipped,
java.util.List<Rectangle> floatRendererAreas,
boolean marginsCollapsingEnabled,
float clearHeightCorrection,
Border[] borders,
UnitValue[] paddings,
java.util.List<Rectangle> areas,
int currentAreaPos,
Rectangle layoutBox,
java.util.Set<Rectangle> nonChildFloatingRendererAreas,
IRenderer causeOfNothing,
boolean anythingPlaced,
int childPos,
LayoutResult result) |
|