|
|||||||||
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 |
DOWN
Table header for column sorted downwards |
static String |
EL_BUNDLE
Bundle element |
static String |
EL_CLASS
Class element |
static String |
EL_GROUP
Group element |
static String |
EL_METHOD
Method element |
static String |
EL_PACKAGE
Package element |
static String |
EL_REPORT
Report element |
static String |
EL_SESSION
Sessions element |
static String |
EL_SOURCE
Source file element |
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 |
RIGHT
Test block aligned to the right |
static String |
SORTABLE
Table header for sortable columns |
static String |
SOURCE
Block of source code |
static String |
UP
Table header for column sorted upwards |
Method Summary | |
---|---|
static String |
combine(String... styles)
Returns a combined style from the given styles. |
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 RIGHT
public static final String EL_REPORT
public static final String EL_SESSION
public static final String EL_GROUP
public static final String EL_BUNDLE
public static final String EL_PACKAGE
public static final String EL_SOURCE
public static final String EL_CLASS
public static final String EL_METHOD
public static final String COVERAGETABLE
public static final String CTR1
public static final String CTR2
public static final String SORTABLE
public static final String UP
public static final String DOWN
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
Method Detail |
---|
public static String combine(String... styles)
styles
- list of separate styles, entries might be null
null
if no style is given
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |