Class Styles
- java.lang.Object
-
- org.jacoco.report.internal.html.resources.Styles
-
public final class Styles extends java.lang.Object
Constants for styles defined by the report style sheet.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BAR
Table cells for a graphical barstatic java.lang.String
BRANCH_FULLY_COVERED
Part of source code where branches are fully coveredstatic java.lang.String
BRANCH_NOT_COVERED
Part of source code where branches are not coveredstatic java.lang.String
BRANCH_PARTLY_COVERED
Part of source code where branches are partly coveredstatic java.lang.String
BREADCRUMB
Breadcrumb barstatic java.lang.String
COVERAGETABLE
Coverage tablestatic java.lang.String
CTR1
Table cells for the first column of a counterstatic java.lang.String
CTR2
Table cells for the second column of a counterstatic java.lang.String
DOWN
Table header for column sorted downwardsstatic java.lang.String
EL_BUNDLE
Bundle elementstatic java.lang.String
EL_CLASS
Class elementstatic java.lang.String
EL_GROUP
Group elementstatic java.lang.String
EL_METHOD
Method elementstatic java.lang.String
EL_PACKAGE
Package elementstatic java.lang.String
EL_REPORT
Report elementstatic java.lang.String
EL_SESSION
Sessions elementstatic java.lang.String
EL_SOURCE
Source file elementstatic java.lang.String
FOOTER
Footerstatic java.lang.String
FULLY_COVERED
Part of source code where instructions are is fully coveredstatic java.lang.String
INFO
Info links within the Breadcrumb barstatic java.lang.String
NOT_COVERED
Part of source code where instructions are not coveredstatic java.lang.String
NR
Line number before each source linestatic java.lang.String
PARTLY_COVERED
Part of source code where instructions are partly coveredstatic java.lang.String
RIGHT
Text block aligned to the rightstatic java.lang.String
SORTABLE
Table header for sortable columnsstatic java.lang.String
SOURCE
Block of source codestatic java.lang.String
UP
Table header for column sorted upwards
-
Constructor Summary
Constructors Modifier Constructor Description private
Styles()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
combine(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
-
-