Uses of Class
com.openhtmltopdf.layout.CollapsedBorderSide
Packages that use CollapsedBorderSide
Package
Description
-
Uses of CollapsedBorderSide in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return types with arguments of type CollapsedBorderSideModifier and TypeMethodDescriptionprivate Map
<TableCellBox, List<CollapsedBorderSide>> Layer.collectCollapsedTableBorders
(RenderingContext c, List<Box> blocks) Deprecated.Methods in com.openhtmltopdf.layout with parameters of type CollapsedBorderSideMethod parameters in com.openhtmltopdf.layout with type arguments of type CollapsedBorderSideModifier and TypeMethodDescriptionprivate void
Layer.paintBackgroundsAndBorders
(RenderingContext c, List<Box> blocks, Map<TableCellBox, List<CollapsedBorderSide>> collapsedTableBorders, BoxRangeLists rangeLists) Deprecated.private void
Layer.paintCollapsedTableBorders
(RenderingContext c, List<CollapsedBorderSide> borders) Deprecated. -
Uses of CollapsedBorderSide in com.openhtmltopdf.newtable
Method parameters in com.openhtmltopdf.newtable with type arguments of type CollapsedBorderSideModifier and TypeMethodDescriptionvoid
TableCellBox.addCollapsedBorders
(Set<CollapsedBorderValue> all, List<CollapsedBorderSide> borders) -
Uses of CollapsedBorderSide in com.openhtmltopdf.render.displaylist
Fields in com.openhtmltopdf.render.displaylist with type parameters of type CollapsedBorderSideModifier and TypeFieldDescriptionprivate final Map
<TableCellBox, List<CollapsedBorderSide>> PaintBackgroundAndBorders.collapedTableBorders
Methods in com.openhtmltopdf.render.displaylist that return types with arguments of type CollapsedBorderSideModifier and TypeMethodDescriptionstatic Map
<TableCellBox, List<CollapsedBorderSide>> DisplayListCollector.collectCollapsedTableBorders
(RenderingContext c, List<TableCellBox> tcells) PaintBackgroundAndBorders.getCollapedTableBorders()
Method parameters in com.openhtmltopdf.render.displaylist with type arguments of type CollapsedBorderSideModifier and TypeMethodDescriptionprivate void
DisplayListPainter.paintBackgroundAndBorders
(RenderingContext c, List<DisplayListItem> blocks, Map<TableCellBox, List<CollapsedBorderSide>> collapsedTableBorders) Constructor parameters in com.openhtmltopdf.render.displaylist with type arguments of type CollapsedBorderSideModifierConstructorDescriptionPaintBackgroundAndBorders
(List<DisplayListItem> blocks, Map<TableCellBox, List<CollapsedBorderSide>> collapsedTableBorders) -
Uses of CollapsedBorderSide in com.openhtmltopdf.render.simplepainter
Method parameters in com.openhtmltopdf.render.simplepainter with type arguments of type CollapsedBorderSideModifier and TypeMethodDescriptionprivate void
SimplePainter.paintBackgroundsAndBorders
(RenderingContext c, List<DisplayListItem> blocks, Map<TableCellBox, List<CollapsedBorderSide>> collapsedTableBorders)