Uses of Class
com.openhtmltopdf.layout.CollapsedBorderSide
-
Packages that use CollapsedBorderSide Package Description com.openhtmltopdf.layout com.openhtmltopdf.newtable com.openhtmltopdf.render.displaylist com.openhtmltopdf.render.simplepainter -
-
Uses of CollapsedBorderSide in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return types with arguments of type CollapsedBorderSide Modifier and Type Method Description private java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>>
Layer. collectCollapsedTableBorders(RenderingContext c, java.util.List<Box> blocks)
Deprecated.Methods in com.openhtmltopdf.layout with parameters of type CollapsedBorderSide Modifier and Type Method Description int
CollapsedBorderSide. compareTo(CollapsedBorderSide obj)
Method parameters in com.openhtmltopdf.layout with type arguments of type CollapsedBorderSide Modifier and Type Method Description private void
Layer. paintBackgroundsAndBorders(RenderingContext c, java.util.List<Box> blocks, java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>> collapsedTableBorders, BoxRangeLists rangeLists)
Deprecated.private void
Layer. paintCollapsedTableBorders(RenderingContext c, java.util.List<CollapsedBorderSide> borders)
Deprecated. -
Uses of CollapsedBorderSide in com.openhtmltopdf.newtable
Method parameters in com.openhtmltopdf.newtable with type arguments of type CollapsedBorderSide Modifier and Type Method Description void
TableCellBox. addCollapsedBorders(java.util.Set<CollapsedBorderValue> all, java.util.List<CollapsedBorderSide> borders)
-
Uses of CollapsedBorderSide in com.openhtmltopdf.render.displaylist
Fields in com.openhtmltopdf.render.displaylist with type parameters of type CollapsedBorderSide Modifier and Type Field Description private java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>>
PaintBackgroundAndBorders. collapedTableBorders
Methods in com.openhtmltopdf.render.displaylist that return types with arguments of type CollapsedBorderSide Modifier and Type Method Description static java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>>
DisplayListCollector. collectCollapsedTableBorders(RenderingContext c, java.util.List<TableCellBox> tcells)
java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>>
PaintBackgroundAndBorders. getCollapedTableBorders()
Method parameters in com.openhtmltopdf.render.displaylist with type arguments of type CollapsedBorderSide Modifier and Type Method Description private void
DisplayListPainter. paintBackgroundAndBorders(RenderingContext c, java.util.List<DisplayListItem> blocks, java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>> collapsedTableBorders)
Constructor parameters in com.openhtmltopdf.render.displaylist with type arguments of type CollapsedBorderSide Constructor Description PaintBackgroundAndBorders(java.util.List<DisplayListItem> blocks, java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>> collapsedTableBorders)
-
Uses of CollapsedBorderSide in com.openhtmltopdf.render.simplepainter
Method parameters in com.openhtmltopdf.render.simplepainter with type arguments of type CollapsedBorderSide Modifier and Type Method Description private void
SimplePainter. paintBackgroundsAndBorders(RenderingContext c, java.util.List<DisplayListItem> blocks, java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>> collapsedTableBorders)
-