Uses of Class
org.jacoco.report.internal.html.resources.Resources
-
Packages that use Resources Package Description org.jacoco.report.html HTML report implementation.org.jacoco.report.internal.html org.jacoco.report.internal.html.table Internal: Sortable HTML table for coverage node elements. -
-
Uses of Resources in org.jacoco.report.html
Fields in org.jacoco.report.html declared as Resources Modifier and Type Field Description private Resources
HTMLFormatter. resources
Methods in org.jacoco.report.html that return Resources Modifier and Type Method Description Resources
HTMLFormatter. getResources()
-
Uses of Resources in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html that return Resources Modifier and Type Method Description Resources
IHTMLReportContext. getResources()
Returns the static resources used in this report. -
Uses of Resources in org.jacoco.report.internal.html.table
Methods in org.jacoco.report.internal.html.table with parameters of type Resources Modifier and Type Method Description private void
BarColumn. bar(HTMLElement td, int count, java.lang.String image, Resources resources, ReportOutputFolder base)
private void
Table. body(HTMLElement table, java.util.List<? extends ITableItem> items, Resources resources, ReportOutputFolder base)
(package private) void
Table.Column. body(HTMLElement tr, int idx, ITableItem item, Resources resources, ReportOutputFolder base)
void
BarColumn. footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base)
void
CounterColumn. footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base)
void
IColumnRenderer. footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base)
Renders the footer for this column.void
LabelColumn. footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base)
void
PercentageColumn. footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base)
(package private) void
Table.Column. footer(HTMLElement tr, ICoverageNode total, Resources resources, ReportOutputFolder base)
private void
Table. footer(HTMLElement table, ICoverageNode total, Resources resources, ReportOutputFolder base)
void
BarColumn. item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base)
void
CounterColumn. 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
LabelColumn. item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base)
void
PercentageColumn. item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base)
void
Table. render(HTMLElement parent, java.util.List<? extends ITableItem> items, ICoverageNode total, Resources resources, ReportOutputFolder base)
Renders a table for the given icon
-