Uses of Class
org.jacoco.report.internal.html.resources.Resources
Packages that use Resources
Package
Description
HTML report implementation.
Internal: Sortable HTML table for coverage node elements.
-
Uses of Resources in org.jacoco.report.html
Fields in org.jacoco.report.html declared as ResourcesMethods in org.jacoco.report.html that return Resources -
Uses of Resources in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html that return ResourcesModifier and TypeMethodDescriptionIHTMLReportContext.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 ResourcesModifier and TypeMethodDescriptionprivate void
BarColumn.bar
(HTMLElement td, int count, String image, Resources resources, ReportOutputFolder base) private void
Table.body
(HTMLElement table, 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, List<? extends ITableItem> items, ICoverageNode total, Resources resources, ReportOutputFolder base) Renders a table for the given icon