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
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 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)
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
-