Uses of Interface
org.jacoco.report.internal.html.table.IColumnRenderer
-
Packages that use IColumnRenderer Package Description org.jacoco.report.internal.html.table Internal: Sortable HTML table for coverage node elements. -
-
Uses of IColumnRenderer in org.jacoco.report.internal.html.table
Classes in org.jacoco.report.internal.html.table that implement IColumnRenderer Modifier and Type Class Description classBarColumnColumn with a graphical bar that represents the total amount of items in with length, and the coverage ratio with a red/green sections.classCounterColumnColumn that prints the counter values of entities for each item and a summary in the footer.classLabelColumnColumn for the item label.classPercentageColumnColumn that prints the coverage percentage for each item and the total percentage in the footer.Fields in org.jacoco.report.internal.html.table declared as IColumnRenderer Modifier and Type Field Description private IColumnRendererTable.Column. rendererMethods in org.jacoco.report.internal.html.table with parameters of type IColumnRenderer Modifier and Type Method Description voidTable. add(java.lang.String header, java.lang.String style, IColumnRenderer renderer, boolean defaultSorting)Adds a new column with the given properties to the table.Constructors in org.jacoco.report.internal.html.table with parameters of type IColumnRenderer Constructor Description Column(int idx, java.lang.String header, java.lang.String style, IColumnRenderer renderer, boolean defaultSorting)
-