| Package | Description |
|---|---|
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.render | |
| com.openhtmltopdf.render.displaylist |
| Modifier and Type | Method and Description |
|---|---|
Layer |
Layer.findRoot() |
Layer |
LayoutContext.getLayer() |
Layer |
Layer.getParent() |
Layer |
LayoutContext.getRootDocumentLayer() |
Layer |
LayoutContext.getRootLayer() |
| Modifier and Type | Method and Description |
|---|---|
List<Layer> |
Layer.collectLayers(int which)
Called recusively to collect all descendant layers in a stacking context so they can be painted in correct order.
|
List<Layer> |
Layer.getChildren() |
List<Layer> |
Layer.getSortedLayers(int which) |
| Modifier and Type | Method and Description |
|---|---|
void |
Layer.addChild(Layer layer) |
void |
BoxCollector.collect(CssContext c,
Shape clip,
Layer layer,
Box container,
List<Box> blockContent,
List<Box> inlineContent,
BoxRangeLists rangeLists) |
void |
BoxCollector.collect(CssContext c,
Shape clip,
Layer layer,
List<Box> blockContent,
List<Box> inlineContent,
BoxRangeLists rangeLists) |
void |
FloatManager.floatBox(LayoutContext c,
Layer layer,
BlockFormattingContext bfc,
BlockBox box) |
void |
LayoutContext.setRootDocumentLayer(Layer rootDocumentLayer) |
| Constructor and Description |
|---|
Layer(Layer parent,
Box master,
CssContext c,
List<Box> clippingBoxes)
Creates a child layer.
|
| Modifier and Type | Method and Description |
|---|---|
Layer |
Box.getContainingLayer() |
Layer |
FloatedBoxData.getDrawingLayer() |
Layer |
Box.getLayer() |
Layer |
RenderingContext.getRootLayer() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineBox.addAllChildren(List list,
Layer layer) |
void |
InlineLayoutBox.addAllChildren(List list,
Layer layer) |
void |
Box.setContainingLayer(Layer containingLayer) |
void |
FloatedBoxData.setDrawingLayer(Layer drawingLayer) |
void |
Box.setLayer(Layer layer) |
void |
RenderingContext.setRootLayer(Layer rootLayer) |
| Modifier and Type | Method and Description |
|---|---|
Layer |
PaintFixedLayer.getLayer() |
| Modifier and Type | Method and Description |
|---|---|
void |
PagedBoxCollector.collect(CssContext c,
Layer layer) |
void |
PagedBoxCollector.collect(CssContext c,
Layer layer,
Box container)
The main box collection method.
|
protected void |
DisplayListCollector.collect(RenderingContext c,
Layer layer,
DisplayListContainer dlPages,
boolean includeFixed) |
DisplayListContainer |
SinglePageDisplayListCollector.collectFixed(RenderingContext c,
Layer layer) |
DisplayListContainer |
DisplayListCollector.collectRoot(RenderingContext c,
Layer rootLayer) |
protected int |
SinglePageDisplayListCollector.findEndPage(RenderingContext c,
Layer layer) |
protected int |
DisplayListCollector.findEndPage(RenderingContext c,
Layer layer) |
protected int |
SinglePageDisplayListCollector.findStartPage(RenderingContext c,
Layer layer) |
protected int |
DisplayListCollector.findStartPage(RenderingContext c,
Layer layer) |
| Constructor and Description |
|---|
PaintFixedLayer(Layer layer) |
Copyright © 2018. All rights reserved.