|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacoco.report.html.resources.Styles
public class Styles
Constants for styles defined by the report style sheet.
Field Summary | |
---|---|
static String |
BREADCRUMB
Breadcrumb bar |
static String |
COVERAGETABLE
Coverage table |
static String |
CTR1
Table cells for the first column of a counter |
static String |
CTR2
Table cells for the second column of a counter |
static String |
FOOTER
Footer |
static String |
FULLY_COVERED
Part of source code that is fully covered |
static String |
NOT_COVERED
Part of source code that is not covered |
static String |
NR
Line number before each source line |
static String |
PARTLY_COVERED
Part of source code that is partly covered |
static String |
SOURCE
Block of source code |
static String |
VERSIONINFO
Version Info in Footer |
Constructor Summary | |
---|---|
Styles()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String BREADCRUMB
public static final String FOOTER
public static final String VERSIONINFO
public static final String COVERAGETABLE
public static final String CTR1
public static final String CTR2
public static final String SOURCE
public static final String NR
public static final String NOT_COVERED
public static final String PARTLY_COVERED
public static final String FULLY_COVERED
Constructor Detail |
---|
public Styles()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |