| Package | Description |
|---|---|
| com.openhtmltopdf.render.displaylist |
| Modifier and Type | Method and Description |
|---|---|
static DisplayListCollector.CollectFlags |
DisplayListCollector.CollectFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayListCollector.CollectFlags[] |
DisplayListCollector.CollectFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
DisplayListContainer.DisplayListPageContainer |
DisplayListCollector.collectInlineBlock(RenderingContext c,
BlockBox bb,
EnumSet<DisplayListCollector.CollectFlags> noneOf,
int shadowPageNo) |
Copyright © 2004–2025. All rights reserved.