public class DisplayListCollector extends Object
| Constructor and Description |
|---|
DisplayListCollector(List<PageBox> pages) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addItem(DisplayListOperation item,
int pgStart,
int pgEnd,
DisplayListContainer dlPages) |
protected void |
collect(RenderingContext c,
Layer layer,
DisplayListContainer dlPages,
boolean includeFixed) |
DisplayListContainer |
collectRoot(RenderingContext c,
Layer rootLayer) |
protected PagedBoxCollector |
createBoxCollector() |
protected int |
findEndPage(RenderingContext c,
Layer layer) |
protected int |
findStartPage(RenderingContext c,
Layer layer) |
protected void addItem(DisplayListOperation item, int pgStart, int pgEnd, DisplayListContainer dlPages)
public DisplayListContainer collectRoot(RenderingContext c, Layer rootLayer)
protected void collect(RenderingContext c, Layer layer, DisplayListContainer dlPages, boolean includeFixed)
protected PagedBoxCollector createBoxCollector()
protected int findStartPage(RenderingContext c, Layer layer)
protected int findEndPage(RenderingContext c, Layer layer)
Copyright © 2018. All rights reserved.