| Package | Description |
|---|---|
| com.openhtmltopdf.render.displaylist |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayDisplayListContainer
This is an ArrayList backed DisplayListContainer for when we expect to get page instructions for all pages
such as collecting the root box.
|
class |
MapDisplayListContainer
This is a map based DisplayListContainer for when we expect to only get some pages, such
as collecting a fixed element for a single page.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayListContainer |
DisplayListCollector.collectRoot(RenderingContext c,
Layer rootLayer)
Use this method to collect all boxes recursively into a list of paint instructions
for each page.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DisplayListCollector.addItem(DisplayListOperation item,
int pgStart,
int pgEnd,
DisplayListContainer dlPages)
Adds a paint operation to a selection of pages, from pgStart to pgEnd inclusive.
|
protected void |
DisplayListCollector.addItem(DisplayListOperation item,
List<PagedBoxCollector.PageInfo> pages,
DisplayListContainer dlPages) |
protected void |
DisplayListCollector.addTransformItem(Box master,
List<PagedBoxCollector.PageInfo> pages,
DisplayListContainer dlPages) |
protected void |
DisplayListCollector.collect(RenderingContext c,
Layer layer,
DisplayListContainer dlPages,
Set<DisplayListCollector.CollectFlags> flags)
The main method to create a list of paint instruction for each page.
|
Copyright © 2004–2025. All rights reserved.