Class Styles
- java.lang.Object
-
- org.jacoco.report.internal.html.resources.Styles
-
public final class Styles extends java.lang.ObjectConstants for styles defined by the report style sheet.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBARTable cells for a graphical barstatic java.lang.StringBRANCH_FULLY_COVEREDPart of source code where branches are fully coveredstatic java.lang.StringBRANCH_NOT_COVEREDPart of source code where branches are not coveredstatic java.lang.StringBRANCH_PARTLY_COVEREDPart of source code where branches are partly coveredstatic java.lang.StringBREADCRUMBBreadcrumb barstatic java.lang.StringCOVERAGETABLECoverage tablestatic java.lang.StringCTR1Table cells for the first column of a counterstatic java.lang.StringCTR2Table cells for the second column of a counterstatic java.lang.StringDOWNTable header for column sorted downwardsstatic java.lang.StringEL_BUNDLEBundle elementstatic java.lang.StringEL_CLASSClass elementstatic java.lang.StringEL_GROUPGroup elementstatic java.lang.StringEL_METHODMethod elementstatic java.lang.StringEL_PACKAGEPackage elementstatic java.lang.StringEL_REPORTReport elementstatic java.lang.StringEL_SESSIONSessions elementstatic java.lang.StringEL_SOURCESource file elementstatic java.lang.StringFOOTERFooterstatic java.lang.StringFULLY_COVEREDPart of source code where instructions are is fully coveredstatic java.lang.StringINFOInfo links within the Breadcrumb barstatic java.lang.StringNOT_COVEREDPart of source code where instructions are not coveredstatic java.lang.StringNRLine number before each source linestatic java.lang.StringPARTLY_COVEREDPart of source code where instructions are partly coveredstatic java.lang.StringRIGHTText block aligned to the rightstatic java.lang.StringSORTABLETable header for sortable columnsstatic java.lang.StringSOURCEBlock of source codestatic java.lang.StringUPTable header for column sorted upwards
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringcombine(java.lang.String... styles)Returns a combined style from the given styles.
-
-
-
Field Detail
-
BREADCRUMB
public static final java.lang.String BREADCRUMB
Breadcrumb bar- See Also:
- Constant Field Values
-
INFO
public static final java.lang.String INFO
Info links within the Breadcrumb bar- See Also:
- Constant Field Values
-
FOOTER
public static final java.lang.String FOOTER
Footer- See Also:
- Constant Field Values
-
RIGHT
public static final java.lang.String RIGHT
Text block aligned to the right- See Also:
- Constant Field Values
-
EL_REPORT
public static final java.lang.String EL_REPORT
Report element- See Also:
- Constant Field Values
-
EL_SESSION
public static final java.lang.String EL_SESSION
Sessions element- See Also:
- Constant Field Values
-
EL_GROUP
public static final java.lang.String EL_GROUP
Group element- See Also:
- Constant Field Values
-
EL_BUNDLE
public static final java.lang.String EL_BUNDLE
Bundle element- See Also:
- Constant Field Values
-
EL_PACKAGE
public static final java.lang.String EL_PACKAGE
Package element- See Also:
- Constant Field Values
-
EL_SOURCE
public static final java.lang.String EL_SOURCE
Source file element- See Also:
- Constant Field Values
-
EL_CLASS
public static final java.lang.String EL_CLASS
Class element- See Also:
- Constant Field Values
-
EL_METHOD
public static final java.lang.String EL_METHOD
Method element- See Also:
- Constant Field Values
-
COVERAGETABLE
public static final java.lang.String COVERAGETABLE
Coverage table- See Also:
- Constant Field Values
-
BAR
public static final java.lang.String BAR
Table cells for a graphical bar- See Also:
- Constant Field Values
-
CTR1
public static final java.lang.String CTR1
Table cells for the first column of a counter- See Also:
- Constant Field Values
-
CTR2
public static final java.lang.String CTR2
Table cells for the second column of a counter- See Also:
- Constant Field Values
-
SORTABLE
public static final java.lang.String SORTABLE
Table header for sortable columns- See Also:
- Constant Field Values
-
UP
public static final java.lang.String UP
Table header for column sorted upwards- See Also:
- Constant Field Values
-
DOWN
public static final java.lang.String DOWN
Table header for column sorted downwards- See Also:
- Constant Field Values
-
SOURCE
public static final java.lang.String SOURCE
Block of source code- See Also:
- Constant Field Values
-
NR
public static final java.lang.String NR
Line number before each source line- See Also:
- Constant Field Values
-
NOT_COVERED
public static final java.lang.String NOT_COVERED
Part of source code where instructions are not covered- See Also:
- Constant Field Values
-
PARTLY_COVERED
public static final java.lang.String PARTLY_COVERED
Part of source code where instructions are partly covered- See Also:
- Constant Field Values
-
FULLY_COVERED
public static final java.lang.String FULLY_COVERED
Part of source code where instructions are is fully covered- See Also:
- Constant Field Values
-
BRANCH_NOT_COVERED
public static final java.lang.String BRANCH_NOT_COVERED
Part of source code where branches are not covered- See Also:
- Constant Field Values
-
BRANCH_PARTLY_COVERED
public static final java.lang.String BRANCH_PARTLY_COVERED
Part of source code where branches are partly covered- See Also:
- Constant Field Values
-
BRANCH_FULLY_COVERED
public static final java.lang.String BRANCH_FULLY_COVERED
Part of source code where branches are fully covered- See Also:
- Constant Field Values
-
-