org.jacoco.report.html.resources
Class Styles

java.lang.Object
  extended by org.jacoco.report.html.resources.Styles

public class Styles
extends Object

Constants for styles defined by the report style sheet.

Version:
0.4.1.20101007204400
Author:
Marc R. Hoffmann

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

BREADCRUMB

public static final String BREADCRUMB
Breadcrumb bar

See Also:
Constant Field Values

FOOTER

public static final String FOOTER
Footer

See Also:
Constant Field Values

RIGHT

public static final String RIGHT
Test block aligned to the right

See Also:
Constant Field Values

EL_REPORT

public static final String EL_REPORT
Report element

See Also:
Constant Field Values

EL_SESSION

public static final String EL_SESSION
Sessions element

See Also:
Constant Field Values

EL_GROUP

public static final String EL_GROUP
Group element

See Also:
Constant Field Values

EL_BUNDLE

public static final String EL_BUNDLE
Bundle element

See Also:
Constant Field Values

EL_PACKAGE

public static final String EL_PACKAGE
Package element

See Also:
Constant Field Values

EL_SOURCE

public static final String EL_SOURCE
Source file element

See Also:
Constant Field Values

EL_CLASS

public static final String EL_CLASS
Class element

See Also:
Constant Field Values

EL_METHOD

public static final String EL_METHOD
Method element

See Also:
Constant Field Values

COVERAGETABLE

public static final String COVERAGETABLE
Coverage table

See Also:
Constant Field Values

CTR1

public static final String CTR1
Table cells for the first column of a counter

See Also:
Constant Field Values

CTR2

public static final String CTR2
Table cells for the second column of a counter

See Also:
Constant Field Values

SORTABLE

public static final String SORTABLE
Table header for sortable columns

See Also:
Constant Field Values

UP

public static final String UP
Table header for column sorted upwards

See Also:
Constant Field Values

DOWN

public static final String DOWN
Table header for column sorted downwards

See Also:
Constant Field Values

SOURCE

public static final String SOURCE
Block of source code

See Also:
Constant Field Values

NR

public static final String NR
Line number before each source line

See Also:
Constant Field Values

NOT_COVERED

public static final String NOT_COVERED
Part of source code that is not covered

See Also:
Constant Field Values

PARTLY_COVERED

public static final String PARTLY_COVERED
Part of source code that is partly covered

See Also:
Constant Field Values

FULLY_COVERED

public static final String FULLY_COVERED
Part of source code that is fully covered

See Also:
Constant Field Values
Method Detail

combine

public static String combine(String... styles)
Returns a combined style from the given styles.

Parameters:
styles - list of separate styles, entries might be null
Returns:
combined style or null if no style is given