public class SinglePageDisplayListCollector extends DisplayListCollector
| Constructor and Description |
|---|
SinglePageDisplayListCollector(PageBox pageBox,
int pageNo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addItem(DisplayListOperation item,
int pgStart,
int pgEnd,
DisplayListContainer dlPages) |
DisplayListContainer |
collectFixed(RenderingContext c,
Layer layer) |
protected PagedBoxCollector |
createBoxCollector() |
protected int |
findEndPage(RenderingContext c,
Layer layer) |
protected int |
findStartPage(RenderingContext c,
Layer layer) |
collect, collectRootpublic SinglePageDisplayListCollector(PageBox pageBox, int pageNo)
protected void addItem(DisplayListOperation item, int pgStart, int pgEnd, DisplayListContainer dlPages)
addItem in class DisplayListCollectorprotected PagedBoxCollector createBoxCollector()
createBoxCollector in class DisplayListCollectorprotected int findStartPage(RenderingContext c, Layer layer)
findStartPage in class DisplayListCollectorprotected int findEndPage(RenderingContext c, Layer layer)
findEndPage in class DisplayListCollectorpublic DisplayListContainer collectFixed(RenderingContext c, Layer layer)
Copyright © 2018. All rights reserved.