Class PaintBackgroundAndBorders
java.lang.Object
com.openhtmltopdf.render.displaylist.PaintBackgroundAndBorders
- All Implemented Interfaces:
DisplayListOperation
public final class PaintBackgroundAndBorders extends Object implements DisplayListOperation
-
Constructor Summary
Constructors Constructor Description PaintBackgroundAndBorders(List<DisplayListItem> blocks, Map<TableCellBox,List<CollapsedBorderSide>> collapsedTableBorders) -
Method Summary
Modifier and Type Method Description List<DisplayListItem>getBlocks()Map<TableCellBox,List<CollapsedBorderSide>>getCollapedTableBorders()
-
Constructor Details
-
PaintBackgroundAndBorders
public PaintBackgroundAndBorders(List<DisplayListItem> blocks, Map<TableCellBox,List<CollapsedBorderSide>> collapsedTableBorders)
-
-
Method Details