Uses of Class
org.jacoco.report.internal.html.HTMLElement
Packages that use HTMLElement
Package
Description
Internal: Sortable HTML table for coverage node elements.
-
Uses of HTMLElement in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html that return HTMLElementModifier and TypeMethodDescriptionCreates a 'a' element.Creates a 'a' element.HTMLElement.a(ILinkable linkable, ReportOutputFolder base) Creates a link to the givenILinkable.HTMLElement.body()Creates a 'body' element.HTMLElement.code()Creates a 'code' element.Creates a 'div' element.HTMLElement.h1()Creates a 'h1' element.HTMLElement.head()Creates a 'head' element.Creates a 'link' element.Creates a 'meta' element.HTMLElement.p()Creates a 'p' element.Creates a 'pre' element.HTMLElement.span()Creates a 'span' element.Creates a 'span' element.Creates a 'span' element.Creates a 'table' element.HTMLElement.tbody()Creates a 'tbody' element.HTMLElement.td()Creates a 'td' element.Creates a 'td' element.HTMLElement.tfoot()Creates a 'tfoot' element.HTMLElement.thead()Creates a 'thead' element.HTMLElement.title()Creates a 'title' element.HTMLElement.tr()Creates a 'tr' element.Constructors in org.jacoco.report.internal.html with parameters of type HTMLElement -
Uses of HTMLElement in org.jacoco.report.internal.html.page
Methods in org.jacoco.report.internal.html.page that return HTMLElementModifier and TypeMethodDescription(package private) HTMLElementSourceHighlighter.highlight(HTMLElement pre, ILine line, int lineNr) private HTMLElementSourceHighlighter.span(HTMLElement parent, String id, String style1, String style2, String title, ICounter branches) Methods in org.jacoco.report.internal.html.page with parameters of type HTMLElementModifier and TypeMethodDescriptionprivate voidReportPage.body(HTMLElement body) private voidReportPage.breadcrumb(HTMLElement div, ReportOutputFolder base) private static voidReportPage.breadcrumbParent(ReportPage page, HTMLElement div, ReportOutputFolder base) protected voidBundlePage.content(HTMLElement body) protected voidClassPage.content(HTMLElement body) protected abstract voidReportPage.content(HTMLElement body) Creates the actual content of the page.protected voidSessionsPage.content(HTMLElement body) protected voidSourceFilePage.content(HTMLElement body) protected voidTablePage.content(HTMLElement body) private voidSessionsPage.executionDataTable(HTMLElement body) private voidReportPage.footer(HTMLElement body) protected voidReportPage.head(HTMLElement head) Creates the elements within the head element.protected voidSourceFilePage.head(HTMLElement head) protected voidTablePage.head(HTMLElement head) (package private) HTMLElementSourceHighlighter.highlight(HTMLElement pre, ILine line, int lineNr) protected voidPackagePage.infoLinks(HTMLElement span) protected voidPackageSourcePage.infoLinks(HTMLElement span) protected voidReportPage.infoLinks(HTMLElement span) Inserts additional links on the top right corner.voidSourceHighlighter.render(HTMLElement parent, ISourceNode source, Reader contents) Highlights the given source file.private voidSourceHighlighter.renderCodeLine(HTMLElement pre, String linesrc, ILine line, int lineNr) private voidSessionsPage.sessionTable(HTMLElement body) private HTMLElementSourceHighlighter.span(HTMLElement parent, String id, String style1, String style2, String title, ICounter branches) -
Uses of HTMLElement in org.jacoco.report.internal.html.table
Methods in org.jacoco.report.internal.html.table with parameters of type HTMLElementModifier and TypeMethodDescriptionprivate voidBarColumn.bar(HTMLElement td, int count, String image, Resources resources, ReportOutputFolder base) private voidTable.body(HTMLElement table, List<? extends ITableItem> items, Resources resources, ReportOutputFolder base) (package private) voidTable.Column.body(HTMLElement tr, int idx, ITableItem item, Resources resources, ReportOutputFolder base) private voidCounterColumn.cell(HTMLElement td, ICoverageNode node) private voidPercentageColumn.cell(HTMLElement td, ICoverageNode node) voidBarColumn.footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) voidCounterColumn.footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) voidIColumnRenderer.footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) Renders the footer for this column.voidLabelColumn.footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) voidPercentageColumn.footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) (package private) voidTable.Column.footer(HTMLElement tr, ICoverageNode total, Resources resources, ReportOutputFolder base) private voidTable.footer(HTMLElement table, ICoverageNode total, Resources resources, ReportOutputFolder base) private voidTable.header(HTMLElement table, List<? extends ITableItem> items, ICoverageNode total) (package private) voidTable.Column.init(HTMLElement tr, List<? extends ITableItem> items, ICoverageNode total) voidBarColumn.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) voidCounterColumn.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) voidIColumnRenderer.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) Renders a single item in this column.voidLabelColumn.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) voidPercentageColumn.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) voidTable.render(HTMLElement parent, List<? extends ITableItem> items, ICoverageNode total, Resources resources, ReportOutputFolder base) Renders a table for the given icon