| Package | Description |
|---|---|
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.render |
| 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.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
Layer.addChild(Layer layer) |
void |
BoxCollector.collect(CssContext c,
Shape clip,
Layer layer,
Box container,
List blockContent,
List inlineContent,
BoxRangeLists rangeLists) |
void |
BoxCollector.collect(CssContext c,
Shape clip,
Layer layer,
List blockContent,
List inlineContent,
BoxRangeLists rangeLists) |
void |
FloatManager.floatBox(LayoutContext c,
Layer layer,
BlockFormattingContext bfc,
BlockBox box) |
void |
LayoutContext.pushLayer(Layer layer) |
void |
LayoutContext.setRootDocumentLayer(Layer rootDocumentLayer) |
| Constructor and Description |
|---|
Layer(Layer parent,
Box master) |
| 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) |
Copyright © 2018. All rights reserved.