| Methods in org.jacoco.report.internal.html.table with parameters of type Resources |
void |
CounterColumn.footer(HTMLElement td,
org.jacoco.core.analysis.ICoverageNode total,
Resources resources,
ReportOutputFolder base)
|
void |
BarColumn.footer(HTMLElement td,
org.jacoco.core.analysis.ICoverageNode total,
Resources resources,
ReportOutputFolder base)
|
void |
LabelColumn.footer(HTMLElement td,
org.jacoco.core.analysis.ICoverageNode total,
Resources resources,
ReportOutputFolder base)
|
void |
PercentageColumn.footer(HTMLElement td,
org.jacoco.core.analysis.ICoverageNode total,
Resources resources,
ReportOutputFolder base)
|
void |
IColumnRenderer.footer(HTMLElement td,
org.jacoco.core.analysis.ICoverageNode total,
Resources resources,
ReportOutputFolder base)
Renders the footer for this column. |
void |
CounterColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base)
|
void |
BarColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base)
|
void |
LabelColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base)
|
void |
PercentageColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base)
|
void |
IColumnRenderer.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base)
Renders a single item in this column. |
void |
Table.render(HTMLElement parent,
List<? extends ITableItem> items,
org.jacoco.core.analysis.ICoverageNode total,
Resources resources,
ReportOutputFolder base)
Renders a table for the given icon |