Uses of Class
org.jacoco.report.internal.html.page.NodePage
-
Packages that use NodePage Package Description org.jacoco.report.internal.html org.jacoco.report.internal.html.page -
-
Uses of NodePage in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html that return NodePage Modifier and Type Method Description NodePage<ICoverageNode>
HTMLGroupVisitor. getPage()
Returns the page rendered for this group. -
Uses of NodePage in org.jacoco.report.internal.html.page
Subclasses of NodePage in org.jacoco.report.internal.html.page Modifier and Type Class Description class
BundlePage
Page showing coverage information for a bundle.class
ClassPage
Page showing coverage information for a class as a table of methods.class
GroupPage
Page showing coverage information for a node that groups other nodes.class
PackagePage
Page showing coverage information for a Java package.class
PackageSourcePage
Page showing coverage information for a Java package.class
SourceFilePage
Page showing the content of a source file with numbered and highlighted source lines.class
TablePage<NodeType extends ICoverageNode>
Report page that contains a table of items linked to other pages.
-