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 intCollapsedBorderSide. compareTo(CollapsedBorderSide obj)Method parameters in com.openhtmltopdf.layout with type arguments of type CollapsedBorderSide Modifier and Type Method Description private voidLayer. paintBackgroundsAndBorders(RenderingContext c, java.util.List<Box> blocks, java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>> collapsedTableBorders, BoxRangeLists rangeLists)Deprecated.private voidLayer. 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 voidTableCellBox. 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. collapedTableBordersMethods 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 voidDisplayListPainter. 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 voidSimplePainter. paintBackgroundsAndBorders(RenderingContext c, java.util.List<DisplayListItem> blocks, java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>> collapsedTableBorders)
-